]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Generate new settings file
authorGeoff Kimball <geoff@zurb.com>
Mon, 7 Mar 2016 19:13:29 +0000 (11:13 -0800)
committerGeoff Kimball <geoff@zurb.com>
Mon, 7 Mar 2016 19:15:43 +0000 (11:15 -0800)
testing/src/assets/scss/_settings.scss

index 5fe8c2d418b04a2ab9206d90e4d914997127bf58..466e67b9fb95c692cb79a30956992356c50ac816 100644 (file)
@@ -30,10 +30,11 @@ $white: #fefefe;
 $pre-color: #ff6908;
 $global-width: 580px;
 $global-width-small: 95%;
+$global-gutter: 16px;
 $container-background-color: $white;
 $global-radius: 3px;
 $global-rounded: 500px;
-$global-breakpoint: '(max-width: 580px)';
+$global-breakpoint: $global-width + $global-gutter;
 
 // 2. Grid
 // -------
@@ -41,8 +42,7 @@ $global-breakpoint: '(max-width: 580px)';
 $grid-column-count: 12;
 $wrapper-padding-top: 10px;
 $column-padding-bottom: 16px;
-$grid-column-gutter: 16px;
-$sub-column-padding-right: $grid-column-gutter / 2;
+$sub-column-padding-right: $global-gutter / 2;
 $body-background-color: $light-gray;
 
 // 3. Block Grid