]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Added a variable: breadcrumbs-item-slash-color
authorharry <harmanmanchanda182@gmail.com>
Sun, 29 Jan 2017 14:34:54 +0000 (20:04 +0530)
committerharry <harmanmanchanda182@gmail.com>
Sun, 29 Jan 2017 14:34:54 +0000 (20:04 +0530)
scss/components/_breadcrumbs.scss

index ccaa39938f7db2c93cd906c0b6d842c3a4f190ec..b78237e3ac914db33e92f05718a02d17e927324c 100644 (file)
@@ -38,6 +38,10 @@ $breadcrumbs-item-uppercase: true !default;
 /// @type Boolean
 $breadcrumbs-item-slash: true !default;
 
+/// Color of breadcrumb slash.
+/// @type Color
+$breadcrumbs-item-slash-color: $medium-gray !default;
+
 /// Adds styles for a breadcrumbs container, along with the styles for the `<li>` and `<a>` elements inside of it.
 @mixin breadcrumbs-container {
   @include clearfix;
@@ -67,7 +71,7 @@ $breadcrumbs-item-slash: true !default;
 
         opacity: 1;
         content: $slash;
-        color: $medium-gray;
+        color: $breadcrumbs-item-slash-color;
       }
     }
     @else {