mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
13 lines
133 B
SCSS
13 lines
133 B
SCSS
.progress {
|
|
background: $min-black;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.progress-xs {
|
|
height: .25rem;
|
|
}
|
|
|
|
.progress-sm {
|
|
height: .5rem;
|
|
}
|