From: Geoff Kimball Date: Mon, 7 Mar 2016 17:41:57 +0000 (-0800) Subject: Fix typo in button CSS, closes #210 X-Git-Tag: v2.0.0-rc.3~10^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea180d86201efdbe6049621cb13c8389a7082677;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Fix typo in button CSS, closes #210 --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index 9ca0ee7f..ae4b8300 100755 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -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; }