From: Scott Pinkelman Date: Tue, 19 Apr 2016 16:30:18 +0000 (-0400) Subject: Makes button border editable in _settings.scss X-Git-Tag: v2.1.0~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F370%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Makes button border editable in _settings.scss --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index dfc02968..95f2f615 100755 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -67,7 +67,7 @@ table.button { text-align: left; color: $button-color; background: $button-background; - border: 2px solid $button-background; + border: $button-border; a { font-family: $body-font-family;