]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
added $topbar-link-text-transform 4547/head
authormaxime <maxime@agence-mmk.fr>
Wed, 26 Feb 2014 16:17:20 +0000 (17:17 +0100)
committermaxime <maxime@agence-mmk.fr>
Wed, 26 Feb 2014 16:17:20 +0000 (17:17 +0100)
Someones need to uppercase top menu

scss/foundation/_settings.scss
scss/foundation/components/_top-bar.scss

index c1258514bb8695e8b5dc484ef40247d10a8ea14f..80e985e5f65fb94f5aea7d834d8ea671c975560f 100644 (file)
 // 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;
index 3d10f34b2b51a4ec87f72e79cbaaa1e486ffd782..c14c17136ec065c681f2087c2e705ab9447a0d60 100644 (file)
@@ -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 {