shlink-web-client/src/visits/helpers/PieChartLegend.scss
2021-09-05 16:51:18 +02:00

29 lines
519 B
SCSS

@import '../../utils/base';
.default-chart__pie-chart-legend {
list-style-type: none;
padding: 0;
margin: 0;
@media (max-width: $smMax) {
margin-top: 1rem;
}
}
.default-chart__pie-chart-legend-item:not(:first-child) {
margin-top: .3rem;
}
.default-chart__pie-chart-legend-item-color {
width: 20px;
min-width: 20px;
height: 20px;
margin-right: 5px;
border-radius: 10px;
}
.default-chart__pie-chart-legend-item-text {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}