CSS: progress-bar styling part of pillar's base

This commit is contained in:
Pablo Vazquez 2017-06-02 15:21:58 +02:00
parent 1c566c6259
commit 5047803e3c

View File

@ -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