|
|
|
@ -31,6 +31,7 @@ export const Input = styled.input` |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-position: center center; |
|
|
|
background-position: center center; |
|
|
|
background-image: url(/images/checkboxUnchecked.svg); |
|
|
|
background-image: url(/images/checkboxUnchecked.svg); |
|
|
|
|
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
&:checked+${Label}::before { |
|
|
|
&:checked+${Label}::before { |
|
|
|
|