mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
Merge branch 'MDL-57560-master' of git://github.com/damyon/moodle
This commit is contained in:
commit
958c9c17ca
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user