Skip to content

Commit

Permalink
Update _settings.scss
Browse files Browse the repository at this point in the history
added $side-nav-font-weight-active: $side-nav-font-weight;
changed $side-nav-divider-color: scale-color(#fff, $lightness: 10%); was -10
  • Loading branch information
rafibomb committed Apr 3, 2014
1 parent 5bd5675 commit f98b939
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/foundation/_settings.scss
Expand Up @@ -949,6 +949,7 @@
// $side-nav-link-color-hover: scale-color($side-nav-link-color, $lightness: 30%);
// $side-nav-font-size: rem-calc(14);
// $side-nav-font-weight: normal;
// $side-nav-font-weight-active: $side-nav-font-weight;
// $side-nav-font-family: $body-font-family;
// $side-nav-active-font-family: $side-nav-font-family;

Expand All @@ -957,7 +958,7 @@
// We use these to control border styles
// $side-nav-divider-size: 1px;
// $side-nav-divider-style: solid;
// $side-nav-divider-color: scale-color(#fff, $lightness: -10%);
// $side-nav-divider-color: scale-color(#fff, $lightness: 10%);

// Split Buttons

Expand Down

0 comments on commit f98b939

Please sign in to comment.