From: Cameron Spencer Date: Thu, 12 Dec 2013 23:39:54 +0000 (-0800) Subject: use -modal-padding variable on all screen sizes X-Git-Tag: 5.0.3~71^2~36^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3879%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git use -modal-padding variable on all screen sizes --- diff --git a/scss/foundation/components/_reveal.scss b/scss/foundation/components/_reveal.scss index bf691132c..e8f2bd6b4 100644 --- a/scss/foundation/components/_reveal.scss +++ b/scss/foundation/components/_reveal.scss @@ -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%); }