// 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;
// 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;
font-family: $topbar-link-font-family;
font-size: $topbar-link-font-size;
font-weight: $topbar-link-weight;
+ text-transform: $topbar-link-text-transform;
background: $topbar-dropdown-bg;
&.button {