1
0
Fork 0
This commit is contained in:
Moritz »mo.« Sauer 2015-02-26 17:25:11 +01:00
parent 2761d079ee
commit d47b9de353
3 changed files with 10 additions and 10 deletions

View file

@ -1398,7 +1398,7 @@ $table-head-bg: $grey-2;
// $topbar-link-color-active: #000;
// $topbar-link-color-active-hover: #000;
// $topbar-link-weight: $font-weight-normal;
$topbar-link-font-size: rem-calc(15);
// $topbar-link-font-size: rem-calc(15);
// $topbar-link-hover-lightness: -10%; // Darken by 10%
// $topbar-link-bg: $topbar-bg;
// $topbar-link-bg-color-hover: #ff0;
@ -1406,7 +1406,7 @@ $topbar-link-font-size: rem-calc(15);
// $topbar-link-bg-active: $primary-color;
// $topbar-link-bg-active-hover: scale-color($primary-color, $lightness: -14%);
// $topbar-link-font-family: $body-font-family;
$topbar-link-text-transform: uppercase;
// $topbar-link-text-transform: uppercase;
// $topbar-link-padding: $topbar-height / 3;
// $topbar-back-link-size: $h5-font-size;
// $topbar-link-dropdown-padding: 20px;
@ -1432,12 +1432,12 @@ $topbar-link-text-transform: uppercase;
// Transitions and breakpoint styles
// $topbar-transition-speed: 300ms;
// Using rem-calc for the below breakpoint causes issues with top bar
$topbar-breakpoint: #{lower-bound($large-range)}; // Change to 9999px for always mobile layout
$topbar-media-query: "only screen and (min-width: #{$topbar-breakpoint})" !default;
// $topbar-breakpoint: #{lower-bound($large-range)}; // Change to 9999px for always mobile layout
// $topbar-media-query: "only screen and (min-width: #{$topbar-breakpoint})" !default;
// Divider Styles
$topbar-divider-border-bottom: solid 0px scale-color($topbar-bg-color, $lightness: 23%);
$topbar-divider-border-top: solid 0px scale-color($topbar-bg-color, $lightness: -50%);
// $topbar-divider-border-bottom: solid 0px scale-color($topbar-bg-color, $lightness: 23%);
// $topbar-divider-border-top: solid 0px scale-color($topbar-bg-color, $lightness: -50%);
// Sticky Class
// $topbar-sticky-class: ".sticky";