]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fixed button rounded radius issue
authorzurbchris <chris@zurb.com>
Thu, 14 Mar 2013 23:56:35 +0000 (16:56 -0700)
committerzurbchris <chris@zurb.com>
Thu, 14 Mar 2013 23:56:35 +0000 (16:56 -0700)
scss/foundation/components/_buttons.scss

index ca9d8d464249c408419785bc1654f28abcf682a3..3cbbbebf4631e4c8e6196244601856d74b36d61c 100644 (file)
@@ -33,7 +33,7 @@ $button-border-color:     darken($primary-color, $button-function-factor) !defau
 
 // We use this to set the default radius used throughout the core.
 $button-radius:           $global-radius !default;
-$button-round:            100% !default;
+$button-round:            $global-rounded !default;
 
 // We use this to set default opacity for disabled buttons.
 $button-disabled-opacity: 0.6 !default;