This commit is contained in:
Liyas Thomas
2020-10-16 07:10:07 +05:30
parent edf58ee897
commit 02471e6d60
9 changed files with 16 additions and 35 deletions

View File

@@ -40,6 +40,7 @@ label.toggle {
@apply my-4;
@apply mx-2;
@apply cursor-pointer;
width: $width;
height: $height;
border: if($useBorder, 2px solid $borderColor, none);
@@ -53,6 +54,7 @@ label.toggle {
@apply inset-0;
@apply rounded-full;
@apply pointer-events-none;
transition: $transition;
margin: $handleSpacing;
background-color: $inactiveHandleColor;