mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 04:23:22 +01:00
MDL-82677 theme: Set a background colour for page heading
* Set a background colour for the .page-header-headings class. * Assign the .page-header-headings class to the maintenance mode template's page header div.
This commit is contained in:
parent
8a6e8563fd
commit
0586f1c204
@ -3062,6 +3062,10 @@ blockquote {
|
||||
border-left: 5px solid $gray-400;
|
||||
}
|
||||
|
||||
.page-header-headings {
|
||||
background-color: $body-bg;
|
||||
}
|
||||
|
||||
/* Prevent long strings exceeding page width */
|
||||
.page-header-headings,
|
||||
.coursename,
|
||||
|
@ -26025,6 +26025,10 @@ blockquote {
|
||||
border-left: 5px solid #ced4da;
|
||||
}
|
||||
|
||||
.page-header-headings {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
/* Prevent long strings exceeding page width */
|
||||
.page-header-headings:not(.text-truncate),
|
||||
.coursename:not(.text-truncate),
|
||||
|
@ -51,7 +51,7 @@
|
||||
<div id="page" class="container pb-3">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-12 py-3">
|
||||
<div class="col-12 py-3 page-header-headings">
|
||||
{{{ output.page_heading }}}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -26025,6 +26025,10 @@ blockquote {
|
||||
border-left: 5px solid #ced4da;
|
||||
}
|
||||
|
||||
.page-header-headings {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
/* Prevent long strings exceeding page width */
|
||||
.page-header-headings:not(.text-truncate),
|
||||
.coursename:not(.text-truncate),
|
||||
|
Loading…
x
Reference in New Issue
Block a user