// Controlling the styles for the title in the top bar
// $topbar-title-weight: normal;
// $topbar-title-font-size: rem-calc(17);
-// $topbar-link-text-transform: none;
// Style the top bar dropdown elements
// $topbar-dropdown-bg: #333;
// $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: none;
+// $topbar-link-padding: $topbar-height / 3;
// $topbar-button-font-size: 0.75rem;
+// $topbar-button-top: 7px;
// $topbar-dropdown-label-color: #777;
// $topbar-dropdown-label-text-transform: uppercase;
// Controlling the styles for the title in the top bar
$topbar-title-weight: normal !default;
$topbar-title-font-size: rem-calc(17) !default;
-$topbar-link-text-transform: none;
// Style the top bar dropdown elements
$topbar-dropdown-bg: #333 !default;
$topbar-link-bg-active: $primary-color !default;
$topbar-link-bg-active-hover: scale-color($primary-color, $lightness: -14%) !default;
$topbar-link-font-family: $body-font-family !default;
+$topbar-link-text-transform: none !default;
$topbar-link-padding: $topbar-height / 3 !default;
$topbar-button-font-size: 0.75rem;