diff --git a/_sass/theme/_dark.scss b/_sass/theme/_dark.scss index e3fce556679a2..5e35e0aa06a6e 100644 --- a/_sass/theme/_dark.scss +++ b/_sass/theme/_dark.scss @@ -27,9 +27,9 @@ $warning-color : #f89406; $border-radius : 4px; $box-shadow : 0 1px 1px rgba(0, 0, 0, 0.125); $global-transition : all 0.2s ease-in-out; +$masthead-height : 70px; $navicon-width : 28px; $navicon-height : 4px; -$masthead-height : 70px; $sidebar-link-max-width : 250px; $sidebar-screen-min-width : 1024px; diff --git a/_sass/theme/_default.scss b/_sass/theme/_default.scss index 37a31e6d23a4e..efa33a3dc0e28 100644 --- a/_sass/theme/_default.scss +++ b/_sass/theme/_default.scss @@ -20,9 +20,9 @@ $warning-color : #f89406; $border-radius : 4px; $box-shadow : 0 1px 1px rgba(0, 0, 0, 0.125); $global-transition : all 0.2s ease-in-out; +$masthead-height : 70px; $navicon-width : 28px; $navicon-height : 4px; -$masthead-height : 70px; $sidebar-link-max-width : 250px; $sidebar-screen-min-width : 1024px;