Skip to content

Commit

Permalink
Merge branch 'MDL-59080_master' of git://github.com/lazydaisy/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Jun 5, 2017
2 parents e796817 + 7bfebce commit 646916b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions theme/boost/scss/moodle/drawer.scss
Original file line number Diff line number Diff line change
@@ -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 */
Expand Down

0 comments on commit 646916b

Please sign in to comment.