mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'MDL-56189-master' of git://github.com/damyon/moodle
This commit is contained in:
commit
c220e6d8c7
@ -322,3 +322,17 @@ textarea[data-auto-rows] {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[data-fieldtype="modgrade"] .form-group {
|
||||
padding-bottom: $input-padding-y;
|
||||
}
|
||||
|
||||
// We dont' use the mixin because it's expensive.
|
||||
[data-fieldtype="modgrade"] {
|
||||
background-color: $card-bg;
|
||||
@include border-radius($card-border-radius);
|
||||
border: $card-border-width solid $card-border-color;
|
||||
padding: $card-spacer-x;
|
||||
margin-left: $grid-gutter-width / 2;
|
||||
max-width: 30rem;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user