update
This commit is contained in:
parent
e4b41191eb
commit
74a0e9a6f3
2 changed files with 4 additions and 4 deletions
|
@ -3154,8 +3154,8 @@ progressbar {
|
|||
}
|
||||
// Moving bit
|
||||
progress {
|
||||
min-height: $container_padding - 2px;
|
||||
min-width: $container_padding - 2px;
|
||||
// min-height: $container_padding - 2px;
|
||||
// min-width: $container_padding - 2px;
|
||||
background-color: $progress_color;
|
||||
border: none;
|
||||
border-radius: $bt_radius;
|
||||
|
|
|
@ -3217,8 +3217,8 @@ progressbar {
|
|||
|
||||
// Moving bit
|
||||
> trough > progress {
|
||||
min-height: $container_padding - 2px;
|
||||
min-width: $container_padding - 2px;
|
||||
// min-height: $container_padding - 2px;
|
||||
// min-width: $container_padding - 2px;
|
||||
background-color: $progress_color;
|
||||
border: none;
|
||||
border-radius: $bt_radius;
|
||||
|
|
Loading…
Reference in a new issue