Merge branch 'MDL-82957-main' of https://github.com/roland04/moodle

This commit is contained in:
Jun Pataleta 2024-09-03 11:42:18 +08:00
commit e1e15eb4a7
No known key found for this signature in database
GPG Key ID: F83510526D99E2C7
3 changed files with 11 additions and 2 deletions

View File

@ -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);

View File

@ -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;
}

View File

@ -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;
}