MDL-82957 course: Fix section bulk actions alignment

This commit is contained in:
Mikel Martín 2024-08-30 09:09:57 +02:00
parent 056f473a6e
commit 448b87bbfe
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

@ -29860,6 +29860,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

@ -29860,6 +29860,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;
}