]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
visibility class
authorTim Hartwick <tdhartwick2@gmail.com>
Thu, 18 Feb 2016 19:21:07 +0000 (11:21 -0800)
committerTim Hartwick <tdhartwick2@gmail.com>
Thu, 18 Feb 2016 19:21:07 +0000 (11:21 -0800)
scss/components/_button.scss
scss/components/_media-query.scss

index 4c82bc2bf37ab5e17111cbc1c165509700201109..5f09de56353d6990c18f0ea674ecaedcb5e4f269 100755 (executable)
@@ -140,7 +140,7 @@ table.button.large {
     width: 100%;
 
     a {
-      //TODO need to make it 100% - padding left - padding right
+      //TODO need to make it 100% - padding left - padding right 
       width: calc(100% - 20px);
       text-align: center;
     }
index 0f6094a764c68f5b570a3cc7b687e85e0ce750d8..b380733cc57c7984724480b4610491196f061876 100755 (executable)
@@ -108,7 +108,9 @@ $small-range: $container-width !default;
   }
 
   table.body .hide-for-small,
-  table.body .show-for-desktop {
+  table.body .show-for-desktop,
+  table.body .columns.hide-for-small,
+  table.body .columns.show-for-desktop {
     display: none !important;
   }