From 3dfbe12416443a18c058909d0ce6ff5b22c63b6c Mon Sep 17 00:00:00 2001 From: maxime Date: Wed, 26 Feb 2014 17:17:20 +0100 Subject: [PATCH] added $topbar-link-text-transform Someones need to uppercase top menu --- scss/foundation/_settings.scss | 1 + scss/foundation/components/_top-bar.scss | 2 ++ 2 files changed, 3 insertions(+) diff --git a/scss/foundation/_settings.scss b/scss/foundation/_settings.scss index c1258514b..80e985e5f 100644 --- a/scss/foundation/_settings.scss +++ b/scss/foundation/_settings.scss @@ -1129,6 +1129,7 @@ // 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; diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index 3d10f34b2..c14c17136 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -17,6 +17,7 @@ $topbar-margin-bottom: 0 !default; // 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; @@ -291,6 +292,7 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the 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 { -- 2.47.2