]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Fixes the radius on expanded warning button 402/head
authorMarc Solèr <Marc Solèr>
Sun, 1 May 2016 11:11:00 +0000 (13:11 +0200)
committerMarc Solèr <Marc Solèr>
Sun, 1 May 2016 11:11:00 +0000 (13:11 +0200)
scss/components/_button.scss

index a00ed8652e4d57fba35eb885a857ddf58b61fb3a..298ac6cd0252b7cbfdd6e3853520689c7f7da6b1 100755 (executable)
@@ -289,7 +289,7 @@ table.button.warning {
   table {
     td {
       background: $warning-color;
-      border: 2px solid $warning-color;
+      border: 0px solid $warning-color;
     }
 
     a {
@@ -308,4 +308,4 @@ table.button.warning:hover {
       border: 0px solid darken($warning-color, 10%);
     }
   }
-}
\ No newline at end of file
+}