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

53 lines
871 B
SCSS
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
}
2019-02-27 23:13:23 +01:00
@media all and (max-width: 959px) {
.slide-chart-container {
width: 100%;
min-width: unset;
2019-03-03 18:09:20 +01:00
height: 65vh;
2019-02-27 23:13:23 +01:00
margin-top: 105px;
margin-bottom: 35px;
}
.chart-select-group {
display: inline-grid;
width: 70%;
text-align: center;
margin-left: 10%;
}
.chart-select-group /deep/ button.mat-button-toggle-button {
width: 100%;
}
}
mat-button-toggle.mat-button-toggle-checked {
background: #ffffff;
2017-09-02 13:08:54 +02:00
}
mat-button-toggle {
color: #666666;
background: #e7e7e7;
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;
}