Smoother checkbox animation

This commit is contained in:
daudix
2024-08-02 01:05:20 +03:00
parent 3542508727
commit 36afe3c69b

View File

@ -12,7 +12,7 @@ input[type="checkbox"] {
&::before {
display: block;
position: absolute;
transform: scale(0);
transform: scale(0.5);
opacity: 0;
transition: var(--transition);
background-color: white;