diff --git a/src/styles/base.sass b/src/styles/base.sass index 5af33bdb..7a9e09cb 100644 --- a/src/styles/base.sass +++ b/src/styles/base.sass @@ -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