mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'MDL-59080_master' of git://github.com/lazydaisy/moodle
This commit is contained in:
commit
646916b914
@ -1,10 +1,10 @@
|
||||
/* Anchor link offset fix. This makes hash links scroll 60px down to account for the fixed header. */
|
||||
$fixed-header-y: $navbar-height;
|
||||
|
||||
$drawer-width: 285px;
|
||||
$drawer-padding-x: 20px;
|
||||
$drawer-padding-y: 20px;
|
||||
$drawer-offscreen-gutter: 20px;
|
||||
$drawer-width: 285px !default;
|
||||
$drawer-padding-x: 20px !default;
|
||||
$drawer-padding-y: 20px !default;
|
||||
$drawer-offscreen-gutter: 20px !default;
|
||||
|
||||
:target {
|
||||
padding-top: ($fixed-header-y + 30px) !important; /* stylelint-disable declaration-no-important */
|
||||
|
Loading…
x
Reference in New Issue
Block a user