Merge branch 'MDL-59080_master' of git://github.com/lazydaisy/moodle

This commit is contained in:
Dan Poltawski 2017-06-05 12:49:03 +01:00
commit 646916b914

View File

@ -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 */