]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
use -modal-padding variable on all screen sizes 3879/head
authorCameron Spencer <cs@eusonic.com>
Thu, 12 Dec 2013 23:39:54 +0000 (15:39 -0800)
committerCameron Spencer <cs@eusonic.com>
Thu, 12 Dec 2013 23:39:54 +0000 (15:39 -0800)
scss/foundation/components/_reveal.scss

index bf691132c25310a832aec9c4ca4f4a1ad29c2d62..e8f2bd6b486c8e8f83d7ab87ddeb09646366814d 100644 (file)
@@ -147,7 +147,7 @@ $close-reveal-modal-class: "close-reveal-modal" !default;
     @media #{$medium-up} {
 
       .#{$reveal-modal-class} {
-        @include reveal-modal-style(false, rem-calc(30), false, $box-shadow: false, $top-offset: rem-calc(100));
+        @include reveal-modal-style(false, $reveal-modal-padding * 1.5, false, $box-shadow: false, $top-offset: rem-calc(100));
 
         &.tiny  { @include reveal-modal-base(false, 30%); }
         &.small { @include reveal-modal-base(false, 40%); }