mirror of
https://github.com/prymitive/karma
synced 2026-05-21 04:33:07 +00:00
15 lines
302 B
SCSS
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;
|
|
}
|