]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
expand button on small
authorTim Hartwick <tdhartwick2@gmail.com>
Thu, 18 Feb 2016 17:38:32 +0000 (09:38 -0800)
committerTim Hartwick <tdhartwick2@gmail.com>
Thu, 18 Feb 2016 17:38:32 +0000 (09:38 -0800)
scss/components/_media-query.scss

index 12035df83722a1fefce4cbfee06dbd85bc0f13d9..0f6094a764c68f5b570a3cc7b687e85e0ce750d8 100755 (executable)
@@ -133,4 +133,9 @@ $small-range: $container-width !default;
     }
 
   }
+
+  //Buttons
+  table.button.expand {
+    width: 100% !important;
+  }
 }