mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 04:43:35 +00:00
2e631194e1
Co-authored-by: Carlos Valente <34649812+cpvalente@users.noreply.github.com>
8 lines
107 B
SCSS
8 lines
107 B
SCSS
.progressBar {
|
|
height: 100%;
|
|
width: 0;
|
|
border-radius: 1px 0 0 1px;
|
|
|
|
background-color: $gray-200;
|
|
}
|