mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 23:19:09 +00:00
refactor: show progress on top
This commit is contained in:
committed by
Carlos Valente
parent
66774321a5
commit
6e5034ef72
+13
-7
@@ -1,13 +1,19 @@
|
|||||||
.progressBar {
|
.progressBar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 1rem;
|
height: 1rem;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
transition-duration: 0.3s;
|
|
||||||
transition-property: left;
|
|
||||||
background-color: $gray-1000;
|
background-color: $gray-1000;
|
||||||
|
}
|
||||||
.progress {
|
|
||||||
height: 100%;
|
.progress {
|
||||||
background-color: $active-red;
|
height: 100%;
|
||||||
}
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
z-index: 2;
|
||||||
|
|
||||||
|
background-color: $active-red;
|
||||||
|
transition-duration: 0.3s;
|
||||||
|
transition-property: width;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user