]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix $switch-bottom-margin not taking effect 6269/head
authorAlbrecht Oster <a.oster@online.de>
Sun, 8 Feb 2015 11:44:24 +0000 (12:44 +0100)
committerAlbrecht Oster <a.oster@online.de>
Sun, 8 Feb 2015 11:44:24 +0000 (12:44 +0100)
scss/foundation/components/_switches.scss

index 33f428464ee20af9721d3c68fff26288f5ba0b09..be41b0152e815609720847b53dfe5f9aad6cb0c5 100644 (file)
@@ -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;