Skip to content
This repository was archived by the owner on Mar 25, 2019. It is now read-only.

Commit d9c53b7

Browse files
author
Rowan
committed
Merge pull request #5 from net-engine/modularize_menu
Modularize menu
2 parents 8068d05 + 1c6973e commit d9c53b7

File tree

15 files changed

+487
-492
lines changed

15 files changed

+487
-492
lines changed

_default_settings.scss

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -195,35 +195,6 @@ $default-border-color: $gray-light !default;
195195
$light-border-color: $gray-lighter !default;
196196

197197

198-
// Structure options
199-
200-
$fixed-nav-width: 18em !default;
201-
202-
$fixed-left-nav: true !default;
203-
$fixed-left-nav-width: $fixed-nav-width !default;
204-
205-
$fixed-right-nav: false !default;
206-
$fixed-right-nav-width: $fixed-nav-width !default;
207-
208-
$fixed-top-nav: false !default;
209-
$fixed-top-nav-height: 8em !default;
210-
211-
$fixed-top-header: false !default;
212-
$fixed-top-header-height: $line-height * 2 !default;
213-
$fixed-top-header-color: $white !default;
214-
$fixed-top-header-background: transparent !default;
215-
216-
217-
$nav-background-color: $black !default;
218-
$nav-item-color: $color-primary !default;
219-
220-
221-
// Layers (z-indexes)
222-
223-
$top-layer: 200 !default;
224-
$second-top-layer: 100 !default;
225-
226-
227198
// Debugging
228199

229200
$baseline-grid: false !default;

0 commit comments

Comments
 (0)