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

32 lines
494 B
CSS

.slide-chart-container {
width: 90%;
min-width: 880px;
height: 650px;
margin: auto;
padding-left: 5%;
}
mat-button-toggle.mat-button-toggle-checked {
background: #ffffff;
}
mat-button-toggle {
color: #666666;
background: #e7e7e7;
}
:host /deep/ .chart-legend {
position: absolute;
margin-top: -60px;
margin-left: -220px;
}
:host /deep/ .chart-legend .legend-labels {
width: 200px;
}
:host /deep/ .chart-legend .legend-label {
float: left;
padding-left: 14px;
}