]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Removed duplicated padding and font-size properties on button styles, and removed... 4739/head
authorTristan Mugford <tristan@dgtl.net>
Thu, 20 Mar 2014 12:56:42 +0000 (12:56 +0000)
committerTristan Mugford <tristan@dgtl.net>
Thu, 20 Mar 2014 12:56:42 +0000 (12:56 +0000)
scss/foundation/components/_buttons.scss

index 2a4ac3688fa0032468d07603d9743fed0b944b1d..5de000e4d65a0a639a7b6e186dd8012a438adc47 100644 (file)
@@ -93,7 +93,6 @@ $button-disabled-opacity: 0.7 !default;
     @else if $padding == $button-tny { font-size: $button-font-tny; }
     @else if $padding == $button-sml { font-size: $button-font-sml; }
     @else if $padding == $button-lrg { font-size: $button-font-lrg; }
-/*     @else                            { font-size: $padding - rem-calc(2); } */
   }
 
   // We can set $full-width:true to remove side padding extend width.
@@ -191,7 +190,6 @@ $button-disabled-opacity: 0.7 !default;
       @include button-style;
 
       @include single-transition(background-color);
-      @include button-size($padding:$button-med, $full-width:false);
 
       &.secondary { @include button-style($bg:$secondary-color); }
       &.success   { @include button-style($bg:$success-color); }