Merge branch 'MDL-57560-master' of git://github.com/damyon/moodle

This commit is contained in:
Jun Pataleta 2017-10-31 15:40:19 +13:00
commit 958c9c17ca

View File

@ -544,13 +544,20 @@ span.editinstructions {
}
.dndupload-progress-outer {
@extend progress;
background-color: $progress-bg;
@include border-radius($progress-border-radius);
@include box-shadow($progress-box-shadow);
display: block;
width: 100%;
height: $spacer-y;
margin-bottom: $spacer-y;
}
.dndupload-progress-inner {
.progress {
@extend .progress-bar;
}
background-color: $progress-bar-color;
@include border-left-radius($progress-border-radius);
display: inline-block;
height: $spacer-y;
}
.dndupload-hidden {