mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
MDL-82957 course: Fix section bulk actions alignment
This commit is contained in:
parent
056f473a6e
commit
448b87bbfe
@ -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);
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user