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