feat: Inverse le design des checkbox
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -291,9 +291,9 @@ legend
|
|||||||
height: calc(1rem - 6px)
|
height: calc(1rem - 6px)
|
||||||
&:checked + label
|
&:checked + label
|
||||||
text-shadow: -0.06ex 0 0 currentColor, 0.06ex 0 0 currentColor
|
text-shadow: -0.06ex 0 0 currentColor, 0.06ex 0 0 currentColor
|
||||||
&:checked + label::before
|
&:not(:checked) + label::before
|
||||||
background-color: var(--color-green)
|
background-color: var(--color-green)
|
||||||
&:checked + label::after
|
&:not(:checked) + label::after
|
||||||
background-color: white
|
background-color: white
|
||||||
|
|
||||||
.main
|
.main
|
||||||
|
Reference in New Issue
Block a user