]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
changes button sizing to match foundation for sites
authorRafiBomb <rafi@zurb.com>
Fri, 4 Mar 2016 17:43:34 +0000 (09:43 -0800)
committerRafiBomb <rafi@zurb.com>
Fri, 4 Mar 2016 17:43:34 +0000 (09:43 -0800)
scss/components/_button.scss
testing/src/assets/scss/_settings.scss

index 1903b0f99886ed1cc48aac5650a439c5c8b00c6b..a0c27336b36ebab71d930f3fff835c80183142b0 100755 (executable)
@@ -9,18 +9,18 @@
 /// Padding inside buttons at various sizes.
 /// @type Map
 $button-padding: (
-  default: 8px 16px 8px 16px,
   tiny: 4px 8px 4px 8px,
   small: 5px 10px 5px 10px,
+  default: 8px 16px 8px 16px,
   large: 10px 20px 10px 20px,
 ) !default;
 
 /// Font sizes of buttons at various sizes.
 /// @type Map
 $button-font-size: (
-  default: 16px,
   tiny: 10px,
   small: 12px,
+  default: 16px,
   large: 20px,
 ) !default;
 
index 599ec95a061c41ac26110ad916c7aa8869b438dc..ba6606548d9dc7bbf7c93943a900d9b5320532cf 100644 (file)
@@ -54,15 +54,15 @@ $block-grid-gutter: $grid-column-gutter;
 // ---------
 
 $button-padding: (
-  default: 8px 16px 8px 16px,
   tiny: 4px 8px 4px 8px,
   small: 5px 10px 5px 10px,
+  default: 8px 16px 8px 16px,
   large: 10px 20px 10px 20px,
 );
 $button-font-size: (
-  default: 16px,
   tiny: 10px,
   small: 12px,
+  default: 16px,
   large: 20px,
 );
 $button-color: $white;