2018-07-01 13:03:51 +02:00
|
|
|
.chart-select-group {
|
|
|
|
display: flex;
|
|
|
|
width: 945px;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.chart-select-group > mat-button-toggle {
|
2017-11-12 23:32:31 +01:00
|
|
|
background: #4b4b4b;
|
|
|
|
color: #f5f5f5;
|
2018-07-01 13:03:51 +02:00
|
|
|
border: 1px solid #000;
|
2017-11-12 23:32:31 +01:00
|
|
|
}
|
|
|
|
|
2018-07-01 13:03:51 +02:00
|
|
|
.chart-select-group > mat-button-toggle:hover {
|
2017-11-12 23:32:31 +01:00
|
|
|
background: #afafaf;
|
|
|
|
color: #f5f5f5;
|
|
|
|
}
|
|
|
|
|
2018-07-01 13:03:51 +02:00
|
|
|
mat-button-toggle.mat-button-toggle-checked {
|
|
|
|
background: #222222 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
:host /deep/ label.mat-button-toggle-label {
|
|
|
|
margin: 2px 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
:host /deep/ div.mat-button-toggle-label-content {
|
|
|
|
line-height: 25px !important;
|
|
|
|
margin-bottom: 0 !important;
|
|
|
|
font-weight: normal !important;
|
2017-11-12 23:32:31 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.chart-container {
|
|
|
|
width: 95%;
|
|
|
|
margin: 2%;
|
|
|
|
min-width: 900px;
|
2017-11-19 13:20:57 +01:00
|
|
|
height: 50vh;
|
2017-11-12 23:32:31 +01:00
|
|
|
padding: 15px;
|
|
|
|
float: left;
|
|
|
|
}
|