mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-55593 Theme: Align page container and blocks with the top navbar
Part of MDL-55071
This commit is contained in:
parent
4553c8bdca
commit
771fe96b54
@ -899,6 +899,18 @@ $pre-scrollable-max-height: 340px !default;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
#page.container-fluid {
|
||||
padding: 0 (2 * $spacer);
|
||||
}
|
||||
|
||||
#block-region-side-pre {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#block-region-side-post {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
#region-main {
|
||||
background-color: #fff;
|
||||
border: 1px solid rgba(238,238,238,1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user