6565// set $rem-base to $base-font-size and make sure $base-font-size is a px value.
6666// $base-font-size: 100%;
6767
68- $base-font-size : 16px ;
69- $rem-base : $base-font-size ;
68+ // $base-font-size: 16px;
69+ // $rem-base: $base-font-size;
7070
7171
7272// The $base-font-size is 100% while $base-line-height is 150%
73- // $base-line-height: 150%;
73+ $base-line-height : 150% ;
7474
7575// We use this to control whether or not CSS classes come through in the gem files.
7676$include-html-classes : true;
@@ -83,7 +83,7 @@ $include-html-global-classes: $include-html-classes;
8383// $include-html-grid-classes: $include-html-classes;
8484// $include-xl-html-grid-classes: false;
8585
86- $row-width : rem-calc (1410 );
86+ $row-width : rem-calc (1310 );
8787// $total-columns: 12;
8888// $column-gutter: rem-calc(30);
8989
@@ -321,7 +321,7 @@ $list-side-margin: 1.3rem;
321321
322322// $include-html-accordion-classes: $include-html-classes;
323323
324- $accordion-navigation-padding : rem-calc (12 );
324+ $accordion-navigation-padding : rem-calc (10 );
325325// $accordion-navigation-bg-color: #ffffff;
326326// $accordion-navigation-hover-bg-color: $grey-1;
327327// $accordion-navigation-active-bg-color: $grey-1;
@@ -1373,12 +1373,12 @@ $topbar-bg-color: $ci-0;
13731373$topbar-bg : $topbar-bg-color ;
13741374
13751375// Height and margin
1376- $topbar-height : rem-calc (50 );
1376+ $topbar-height : rem-calc (46 );
13771377// $topbar-margin-bottom: 0;
13781378
13791379// Controlling the styles for the title in the top bar
13801380$topbar-title-weight : $font-weight-bold ;
1381- $topbar-title-font-size : rem-calc (19 );
1381+ $topbar-title-font-size : rem-calc (17 );
13821382
13831383// Style the top bar dropdown elements
13841384$topbar-dropdown-bg : lighten ( $ci-0 , 5% );
@@ -1395,7 +1395,7 @@ $topbar-link-color-hover: $ci-6;
13951395// $topbar-link-color-active: #000;
13961396// $topbar-link-color-active-hover: #000;
13971397// $topbar-link-weight: $font-weight-normal;
1398- $topbar-link-font-size : rem-calc (15 );
1398+ $topbar-link-font-size : rem-calc (14.5 );
13991399// $topbar-link-hover-lightness: -10%; // Darken by 10%
14001400// $topbar-link-bg: $topbar-bg;
14011401// $topbar-link-bg-color-hover: #ff0;
0 commit comments