2023-07-24 21:14:59 +03:00
|
|
|
@import '../../../src/utils/base';
|
2020-06-06 12:58:25 +03:00
|
|
|
|
2021-09-18 20:05:28 +03:00
|
|
|
.doughnut-chart-legend {
|
2020-06-06 12:58:25 +03:00
|
|
|
list-style-type: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
@media (max-width: $smMax) {
|
|
|
|
margin-top: 1rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-09-18 20:05:28 +03:00
|
|
|
.doughnut-chart-legend__item:not(:first-child) {
|
2020-06-06 12:58:25 +03:00
|
|
|
margin-top: .3rem;
|
|
|
|
}
|
|
|
|
|
2021-09-18 20:05:28 +03:00
|
|
|
.doughnut-chart-legend__item-color {
|
2020-06-06 12:58:25 +03:00
|
|
|
width: 20px;
|
|
|
|
min-width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
margin-right: 5px;
|
|
|
|
border-radius: 10px;
|
|
|
|
}
|
|
|
|
|
2021-09-18 20:05:28 +03:00
|
|
|
.doughnut-chart-legend__item-text {
|
2020-06-06 12:58:25 +03:00
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|