@@ -1398,15 +1398,15 @@ $table-head-bg: $grey-2;
13981398// $topbar-link-color-active: #000;
13991399// $topbar-link-color-active-hover: #000;
14001400// $topbar-link-weight: $font-weight-normal;
1401- $topbar-link-font-size : rem-calc (15 );
1401+ // $topbar-link-font-size: rem-calc(15);
14021402// $topbar-link-hover-lightness: -10%; // Darken by 10%
14031403// $topbar-link-bg: $topbar-bg;
14041404// $topbar-link-bg-color-hover: #ff0;
14051405// $topbar-link-bg-hover: #f00;
14061406// $topbar-link-bg-active: $primary-color;
14071407// $topbar-link-bg-active-hover: scale-color($primary-color, $lightness: -14%);
14081408// $topbar-link-font-family: $body-font-family;
1409- $topbar-link-text-transform : uppercase ;
1409+ // $topbar-link-text-transform: uppercase;
14101410// $topbar-link-padding: $topbar-height / 3;
14111411// $topbar-back-link-size: $h5-font-size;
14121412// $topbar-link-dropdown-padding: 20px;
@@ -1432,12 +1432,12 @@ $topbar-link-text-transform: uppercase;
14321432// Transitions and breakpoint styles
14331433// $topbar-transition-speed: 300ms;
14341434// Using rem-calc for the below breakpoint causes issues with top bar
1435- $topbar-breakpoint : #{lower-bound ($large-range )} ; // Change to 9999px for always mobile layout
1436- $topbar-media-query : " only screen and (min-width: #{$topbar-breakpoint } )" !default ;
1435+ // $topbar-breakpoint: #{lower-bound($large-range)}; // Change to 9999px for always mobile layout
1436+ // $topbar-media-query: "only screen and (min-width: #{$topbar-breakpoint})" !default;
14371437
14381438// Divider Styles
1439- $topbar-divider-border-bottom : solid 0px scale-color ($topbar-bg-color , $lightness : 23% );
1440- $topbar-divider-border-top : solid 0px scale-color ($topbar-bg-color , $lightness : -50% );
1439+ // $topbar-divider-border-bottom: solid 0px scale-color($topbar-bg-color, $lightness: 23%);
1440+ // $topbar-divider-border-top: solid 0px scale-color($topbar-bg-color, $lightness: -50%);
14411441
14421442// Sticky Class
14431443// $topbar-sticky-class: ".sticky";
0 commit comments