scss/toolkit/components/switch.scss in titon-toolkit-2.1.1 vs scss/toolkit/components/switch.scss in titon-toolkit-2.1.2

- old
+ new

@@ -28,11 +28,11 @@ &::before { opacity: 1; } &::after { opacity: 0; } } } - @include is-small() { + @include is-small { width: 70px; #{$switch-class-bar} { font-size: $small-size; @@ -45,10 +45,10 @@ #{$switch-class-toggle} { padding: $small-padding; } } - @include is-large() { + @include is-large { width: 130px; #{$switch-class-bar} { font-size: $large-size;