]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Hardcode right value in $closebutton-position so the settings file doesn't break
authorGeoff Kimball <geoff@zurb.com>
Wed, 18 Nov 2015 00:14:09 +0000 (16:14 -0800)
committerGeoff Kimball <geoff@zurb.com>
Wed, 18 Nov 2015 00:54:59 +0000 (16:54 -0800)
scss/components/_close-button.scss

index 8d7b32a1bd22c2a6d1cf7e0df6bdc7e74989701b..7ea8f237f2e43a3fc31263de86970880c76baad3 100644 (file)
@@ -8,7 +8,7 @@
 
 /// Default position of the close button. The first value should be `right` or `left`, and the second value should be `top` or `bottom`.
 /// @type List
-$closebutton-position: $global-right top !default;
+$closebutton-position: right top !default;
 
 /// Right (or left) offset for a close button.
 /// @type Number