opt-cc/static/src/app/statistic/campaign/overview/stats-overview.component.css

32 lines
482 B
CSS
Raw Normal View History

2017-09-02 13:08:54 +02:00
.slide-chart-container {
2017-09-24 12:04:48 +02:00
width: 90%;
min-width: 880px;
2017-09-24 13:03:21 +02:00
height: 650px;
2017-09-02 13:08:54 +02:00
margin: auto;
2017-10-06 20:52:52 +02:00
padding-left: 5%;
2017-09-24 12:04:48 +02:00
}
:host /deep/ .carousel-indicators {
display: none;
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
2017-09-24 12:04:48 +02:00
:host /deep/ .chart-legend {
2017-09-15 21:32:59 +02:00
position: absolute;
margin-top: -60px;
margin-left: -220px;
}
2017-09-24 12:04:48 +02:00
:host /deep/ .chart-legend .legend-labels {
width: 200px;
2017-09-15 21:32:59 +02:00
}
:host /deep/ .chart-legend .legend-label {
2017-09-24 12:04:48 +02:00
float: left;
2017-09-15 21:32:59 +02:00
padding-left: 14px;
}