Files
karma/ui/src/Styles/Components/_LabelWithPercent.scss
2021-05-25 08:53:50 +01:00

15 lines
302 B
SCSS

.components-labelWithPercent-percent {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.components-labelWithPercent-progress.progress {
height: 2px;
margin-top: 2px;
background-color: darken($light, 10%);
}
.components-labelWithPercent-progress.progress > .progress-bar {
height: 2px;
}