2017-09-02 13:08:54 +02:00
|
|
|
.slide-chart-container {
|
2017-07-30 08:55:14 +02:00
|
|
|
width: 1200px;
|
2017-09-02 13:08:54 +02:00
|
|
|
margin: auto;
|
2017-09-15 21:32:59 +02:00
|
|
|
padding-left: 90px;
|
2017-09-02 13:08:54 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
:host /deep/ .carousel-control {
|
|
|
|
|
width: 5%;
|
|
|
|
|
cursor: pointer;
|
2017-07-29 12:59:51 +02:00
|
|
|
}
|
2017-09-15 21:32:59 +02:00
|
|
|
|
|
|
|
|
:host /deep/ .chart-legend{
|
|
|
|
|
position: absolute;
|
|
|
|
|
margin-top: -60px;
|
|
|
|
|
margin-left: -220px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
:host /deep/ .legend-label {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
:host /deep/ .chart-legend .legend-label {
|
|
|
|
|
padding-left: 14px;
|
|
|
|
|
}
|