mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
Merge branch 'MDL-82957-404' of https://github.com/roland04/moodle into MOODLE_404_STABLE
This commit is contained in:
commit
4b6b859ca0
@ -1622,8 +1622,11 @@ $divider-hover-color: $primary !default;
|
||||
.bulk-hidden {
|
||||
display: none !important; // stylelint-disable-line declaration-no-important
|
||||
}
|
||||
.section:not(:first-child) {
|
||||
margin-top: map-get($spacers, 4);
|
||||
.section {
|
||||
margin-left: map-get($spacers, 3);
|
||||
&:not(:first-child) {
|
||||
margin-top: map-get($spacers, 4);
|
||||
}
|
||||
}
|
||||
.activity {
|
||||
margin-top: map-get($spacers, 2);
|
||||
|
@ -29781,6 +29781,9 @@ span.editinstructions .alert-link {
|
||||
.bulkenabled .bulk-hidden {
|
||||
display: none !important;
|
||||
}
|
||||
.bulkenabled .section {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
.bulkenabled .section:not(:first-child) {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
|
@ -29781,6 +29781,9 @@ span.editinstructions .alert-link {
|
||||
.bulkenabled .bulk-hidden {
|
||||
display: none !important;
|
||||
}
|
||||
.bulkenabled .section {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
.bulkenabled .section:not(:first-child) {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user