mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
Merge branch 'MDL-83513-main' of https://github.com/roland04/moodle
This commit is contained in:
commit
68fd46d625
12 changed files with 7 additions and 48 deletions
|
@ -68,19 +68,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
body.mediumwidth {
|
||||
#page.drawers {
|
||||
.main-inner {
|
||||
max-width: $medium-content-maxwidth;
|
||||
}
|
||||
.footer-popover {
|
||||
max-width: $medium-content-maxwidth;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
@include border-radius();
|
||||
}
|
||||
}
|
||||
}
|
||||
.header-maxwidth {
|
||||
max-width: $course-content-maxwidth;
|
||||
margin: 0 auto;
|
||||
|
|
|
@ -24,9 +24,6 @@ body {
|
|||
body.limitedwidth.uses-drawers & {
|
||||
max-width: $course-content-maxwidth;
|
||||
}
|
||||
body.mediumwidth.uses-drawers & {
|
||||
max-width: $medium-content-maxwidth;
|
||||
}
|
||||
}
|
||||
}
|
||||
// Adjust sticky footer width when drawers are open.
|
||||
|
|
|
@ -25,7 +25,6 @@ $primary-nav-padding-x: ($spacer * 0.5) !default;
|
|||
$navbar-height: 60px !default;
|
||||
$stickyfooter-height: calc(max(80px, calc(#{$font-size-base} * 3))) !default;
|
||||
$course-content-maxwidth: 830px !default;
|
||||
$medium-content-maxwidth: 1120px !default;
|
||||
$h5p-content-maxwidth: 960px !default;
|
||||
|
||||
$box-shadow-drawer-left: -0.25rem .25rem .8rem rgba($black, .025) !default;
|
||||
|
|
|
@ -36668,9 +36668,6 @@ body {
|
|||
.pagelayout-standard .stickyfooter .sticky-footer-content, body.limitedwidth.uses-drawers .stickyfooter .sticky-footer-content {
|
||||
max-width: 830px;
|
||||
}
|
||||
body.mediumwidth.uses-drawers .stickyfooter .sticky-footer-content {
|
||||
max-width: 1120px;
|
||||
}
|
||||
}
|
||||
.stickyfooter .sticky-footer-content-wrapper {
|
||||
transition: 0.2s;
|
||||
|
@ -37386,15 +37383,6 @@ body.tox-fullscreen .tox.tox-tinymce-aux {
|
|||
margin: 0 auto;
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
body.mediumwidth #page.drawers .main-inner {
|
||||
max-width: 1120px;
|
||||
}
|
||||
body.mediumwidth #page.drawers .footer-popover {
|
||||
max-width: 1120px;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
.header-maxwidth {
|
||||
max-width: 830px;
|
||||
margin: 0 auto;
|
||||
|
|
|
@ -36602,9 +36602,6 @@ body {
|
|||
.pagelayout-standard .stickyfooter .sticky-footer-content, body.limitedwidth.uses-drawers .stickyfooter .sticky-footer-content {
|
||||
max-width: 830px;
|
||||
}
|
||||
body.mediumwidth.uses-drawers .stickyfooter .sticky-footer-content {
|
||||
max-width: 1120px;
|
||||
}
|
||||
}
|
||||
.stickyfooter .sticky-footer-content-wrapper {
|
||||
transition: 0.2s;
|
||||
|
@ -37320,15 +37317,6 @@ body.tox-fullscreen .tox.tox-tinymce-aux {
|
|||
margin: 0 auto;
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
body.mediumwidth #page.drawers .main-inner {
|
||||
max-width: 1120px;
|
||||
}
|
||||
body.mediumwidth #page.drawers .footer-popover {
|
||||
max-width: 1120px;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
.header-maxwidth {
|
||||
max-width: 830px;
|
||||
margin: 0 auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue