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

25 lines
362 B
CSS

.slide-chart-container {
width: 1200px;
margin: auto;
padding-left: 90px;
}
:host /deep/ .carousel-control {
width: 5%;
cursor: pointer;
}
: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;
}