]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Makes button border editable in _settings.scss 370/head
authorScott Pinkelman <scott@fireflypartners.com>
Tue, 19 Apr 2016 16:30:18 +0000 (12:30 -0400)
committerScott Pinkelman <scott@fireflypartners.com>
Tue, 19 Apr 2016 16:38:37 +0000 (12:38 -0400)
scss/components/_button.scss

index dfc029688d5d297b7b3669a7dc338003d2b00c2a..95f2f61515236241930221059faee576ce2f951d 100755 (executable)
@@ -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;