]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
fixes indentation in sass maps
authorRafiBomb <rafi@zurb.com>
Thu, 16 Jun 2016 18:48:57 +0000 (11:48 -0700)
committerRafiBomb <rafi@zurb.com>
Thu, 16 Jun 2016 18:48:57 +0000 (11:48 -0700)
scss/components/_button.scss
scss/settings/_settings.scss

index 563a248e8ba4735cdb44e186a7aea8a611240b39..d57bbc2016139493797d31d7f17075364bf1ba6a 100755 (executable)
@@ -9,19 +9,19 @@
 /// Padding inside buttons at various sizes.
 /// @type Map
 $button-padding: (
-        tiny: 4px 8px 4px 8px,
-        small: 5px 10px 5px 10px,
-        default: 8px 16px 8px 16px,
-        large: 10px 20px 10px 20px,
+  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: (
-        tiny: 10px,
-        small: 12px,
-        default: 16px,
-        large: 20px,
+  tiny: 10px,
+  small: 12px,
+  default: 16px,
+  large: 20px,
 ) !default;
 
 /// Text color of buttons.
index 959db6d28e2c4c3dee6efebda6dc64e6015cec19..cc5a80ae2c3a238a6531a0d4c56b8909feba5945 100644 (file)
@@ -93,16 +93,16 @@ $stat-font-size: 40px;
 // ---------
 
 $button-padding: (
-        tiny: 4px 8px 4px 8px,
-        small: 5px 10px 5px 10px,
-        default: 8px 16px 8px 16px,
-        large: 10px 20px 10px 20px,
+  tiny: 4px 8px 4px 8px,
+  small: 5px 10px 5px 10px,
+  default: 8px 16px 8px 16px,
+  large: 10px 20px 10px 20px,
 );
 $button-font-size: (
-        tiny: 10px,
-        small: 12px,
-        default: 16px,
-        large: 20px,
+  tiny: 10px,
+  small: 12px,
+  default: 16px,
+  large: 20px,
 );
 $button-color: $white;
 $button-color-alt: $medium-gray;