]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Fix typo in button CSS, closes #210
authorGeoff Kimball <geoff@zurb.com>
Mon, 7 Mar 2016 17:41:57 +0000 (09:41 -0800)
committerGeoff Kimball <geoff@zurb.com>
Mon, 7 Mar 2016 17:41:57 +0000 (09:41 -0800)
scss/components/_button.scss

index 9ca0ee7fce41224a7631c87a8e84ee50077d4b8e..ae4b8300da32b923c4e9a35d69c0b0990d63797c 100755 (executable)
@@ -72,7 +72,7 @@ table.button {
       border: 2px solid $button-background;
 
       a {
-        font-family: body-font-family;
+        font-family: $body-font-family;
         font-size: $button-font-size-default;
         font-weight: $button-font-weight;
         color: $button-color;
@@ -140,7 +140,7 @@ table.expand {
     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;
     }