File: D:/HostingSpaces/Anvil/anvil-industries.com/resources/assets/sass/kms/attributes/_onOffSwitch.sass
.entity-attribute.entity-attribute-on-off
+flex(flex-start, center)
label
position: relative
input
display: none
.on-off-switch
position: relative
display: block
width: 35px
height: 20px
border-radius: 20px
background-color: $lightest-gray
//background-color: $neonRed
cursor: pointer
transition: background 0.4s
&:after
content: ''
position: absolute
display: block
left: 2px
top: 2px
height: 16px
width: 16px
border-radius: 100%
background-color: white
transform: translate3d(0,0,0)
transition: transform 0.4s
&.on
background-color: $neonGreen
&:after
transform: translate3d(15px, 0, 0)