1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00
Files
tabler/scss/ui/_progress.scss
2019-04-09 21:31:32 +02:00

13 lines
133 B
SCSS

.progress {
background: $min-black;
border-radius: 2px;
}
.progress-xs {
height: .25rem;
}
.progress-sm {
height: .5rem;
}