mirror of
https://github.com/moodle/moodle.git
synced 2025-02-24 20:13:14 +01:00
Merge branch 'MDL-82957-main' of https://github.com/roland04/moodle
This commit is contained in:
commit
e1e15eb4a7
@ -1666,8 +1666,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);
|
||||
|
@ -29872,6 +29872,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;
|
||||
}
|
||||
|
@ -29872,6 +29872,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