]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Duplicate properties for padding removed. 6215/head
authorTom-Marius Olsen <tmol@dagbladet.no>
Thu, 22 Jan 2015 13:07:03 +0000 (14:07 +0100)
committerTom-Marius Olsen <tmol@dagbladet.no>
Thu, 22 Jan 2015 13:07:03 +0000 (14:07 +0100)
scss/foundation/components/_reveal.scss

index c55dc685903ae5d16cd5941da3c8c54a931d1b72..5c09797477a2fb5e7bbcf25d941022557491ecc1 100644 (file)
@@ -169,13 +169,12 @@ $close-reveal-modal-class: "close-reveal-modal" !default;
       @include reveal-modal-base;
       @include reveal-modal-style(
         $bg:$reveal-modal-bg,
-        $padding:$reveal-modal-padding,
+        $padding:$reveal-modal-padding * 1.5,
         $border:true,
         $box-shadow:true,
         $radius:false,
         $top-offset:$reveal-position-top
       );
-      @include reveal-modal-style($padding:$reveal-modal-padding * 1.5);
 
       &.radius { @include reveal-modal-style($radius:true); }
       &.round  { @include reveal-modal-style($radius:$reveal-round); }