CSS: progress-bar styling part of pillar's base
This commit is contained in:
parent
1c566c6259
commit
5047803e3c
@ -802,7 +802,6 @@ textarea
|
||||
text-transform: initial
|
||||
|
||||
.form-upload-file
|
||||
width: 100%
|
||||
margin-bottom: 10px
|
||||
display: flex
|
||||
flex-direction: column
|
||||
@ -811,6 +810,12 @@ textarea
|
||||
margin-top: 10px
|
||||
|
||||
.form-upload-progress-bar
|
||||
margin-top: 5px
|
||||
background-color: $color-success
|
||||
height: 5px
|
||||
min-width: 0
|
||||
border-radius: 3px
|
||||
|
||||
&.progress-uploading
|
||||
background-color: hsl(hue($color-success), 80%, 65%) !important
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user