]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Replace references to $grid-column-gutter with $global-gutter
authorGeoff Kimball <geoff@zurb.com>
Mon, 7 Mar 2016 22:05:08 +0000 (14:05 -0800)
committerGeoff Kimball <geoff@zurb.com>
Mon, 7 Mar 2016 22:05:08 +0000 (14:05 -0800)
scss/components/_media-query.scss
scss/grid/_grid.scss

index 3af846305fcaf35ca07fdfc2a201b80bf6f59c2e..7aad573954cbca036c4e4b9d334909bce16d472e 100755 (executable)
@@ -21,7 +21,7 @@
   }
 
   //If it supports border-box, why not? Am I right?
-  //Also, by default pad that to the grid-column-gutter variable
+  //Also, by default pad that to the global-gutter variable
   table.body .columns,
   table.body .column {
     height: auto !important;
index ef174298b05da76fd8369172439765b2f227a977..e0d6b1157669d9f5bc387ab041abdba5d93900ca 100755 (executable)
@@ -63,7 +63,7 @@ td.column,
 th.columns,
 th.column {
   margin: 0 auto;
-  padding-left: $grid-column-gutter;
+  padding-left: $global-gutter;
   padding-bottom: $column-padding-bottom;
 }