From: Albrecht Oster Date: Sun, 8 Feb 2015 11:44:24 +0000 (+0100) Subject: Fix $switch-bottom-margin not taking effect X-Git-Tag: v5.5.2~128^2~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6269%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix $switch-bottom-margin not taking effect --- diff --git a/scss/foundation/components/_switches.scss b/scss/foundation/components/_switches.scss index 33f428464..be41b0152 100644 --- a/scss/foundation/components/_switches.scss +++ b/scss/foundation/components/_switches.scss @@ -48,6 +48,7 @@ $switch-active-color: $primary-color !default; border: none; position: relative; outline: 0; + margin-bottom: $switch-bottom-margin; -webkit-user-select: none; -moz-user-select: none; user-select: none;