From ebb8e9dbe9e91bfb166e23c0fa27a9a7c76d6d39 Mon Sep 17 00:00:00 2001 From: Albrecht Oster Date: Sun, 8 Feb 2015 12:44:24 +0100 Subject: [PATCH] Fix $switch-bottom-margin not taking effect --- scss/foundation/components/_switches.scss | 1 + 1 file changed, 1 insertion(+) 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; -- 2.47.2