|
|
@@ -21139,7 +21139,7 @@ Rail
|
|
|
#layers .lu-progress__bar {
|
|
|
position: relative;
|
|
|
background: #e9ebf0;
|
|
|
- height: 24px;
|
|
|
+ height: 50px;
|
|
|
display: -webkit-box;
|
|
|
display: flex;
|
|
|
-webkit-box-flex: 1;
|
|
|
@@ -21160,11 +21160,11 @@ Rail
|
|
|
}
|
|
|
|
|
|
#layers .lu-progress--xs .lu-progress__bar {
|
|
|
- height: 10px;
|
|
|
+ height: 5px;
|
|
|
}
|
|
|
|
|
|
#layers .lu-progress--s .lu-progress__bar {
|
|
|
- height: 20px;
|
|
|
+ height: 10px;
|
|
|
}
|
|
|
|
|
|
|