]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Renamed to button-hollow-border-width 9717/head
authorharry <harmanmanchanda182@gmail.com>
Tue, 31 Jan 2017 15:45:45 +0000 (21:15 +0530)
committerharry <harmanmanchanda182@gmail.com>
Tue, 31 Jan 2017 15:45:45 +0000 (21:15 +0530)
scss/components/_button.scss

index e9eaf117bdb5ab398de7eff8ea018191e4587219..c1fe1b18bbe9da0292837935d7df2a898f2bca12 100644 (file)
@@ -40,7 +40,7 @@ $button-radius: $global-radius !default;
 
 /// Border width for hollow outline buttons
 /// @type Number
-$button-hollow-width: 1px !default;
+$button-hollow-border-width: 1px !default;
 
 /// Sizes for buttons.
 /// @type Map
@@ -149,7 +149,7 @@ $button-transition: background-color 0.25s ease-out, color 0.25s ease-out !defau
 @mixin button-hollow-style(
   $color: $primary-color,
   $hover-lightness: $button-hollow-hover-lightness, 
-  $border-width: $button-hollow-width
+  $border-width: $button-hollow-border-width
 ) {
   $color-hover: scale-color($color, $lightness: $hover-lightness);