]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add support for rounded switches!
authorharry <harmanmanchanda182@gmail.com>
Sat, 9 Sep 2017 15:01:37 +0000 (20:31 +0530)
committerharry <harmanmanchanda182@gmail.com>
Sat, 9 Sep 2017 15:01:37 +0000 (20:31 +0530)
scss/prototype/_rounded.scss

index 7e372110eb51657c3b6a76c3f2e56be42e3cc557..8df625081869ae819301335b6df238a169337f40 100644 (file)
@@ -30,6 +30,9 @@ $prototype-border-radius: rem-calc(3) !default;
 @mixin foundation-prototype-rounded {
   .rounded {
     @include border-rounded;
+    &:after {
+      border-radius: 50%; // For switches
+    }
   }
 
   .radius {