MDL-82376 course: Delegated sections items course index full width
* Delegated sections in the course index should take the full width to be aligned with other sections
This commit is contained in:
@@ -175,6 +175,9 @@ $courseindex-item-current: $primary !default;
|
||||
padding-left: $courseindex-item-padding-x;
|
||||
}
|
||||
}
|
||||
&.delegated-section {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
// General icons size.
|
||||
|
||||
@@ -38630,6 +38630,9 @@ div.editor_atto_toolbar button .icon {
|
||||
.courseindex .courseindex-section .courseindex-sectioncontent .courseindex-item {
|
||||
padding-left: 0.5rem;
|
||||
}
|
||||
.courseindex .courseindex-section.delegated-section {
|
||||
width: 100%;
|
||||
}
|
||||
.courseindex .icon {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
@@ -38564,6 +38564,9 @@ div.editor_atto_toolbar button .icon {
|
||||
.courseindex .courseindex-section .courseindex-sectioncontent .courseindex-item {
|
||||
padding-left: 0.5rem;
|
||||
}
|
||||
.courseindex .courseindex-section.delegated-section {
|
||||
width: 100%;
|
||||
}
|
||||
.courseindex .icon {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user