fix: corrige position des checkboxes

This commit is contained in:
Kazhnuz 2024-10-05 17:42:12 +02:00
parent 78b9f5d65b
commit b6ad130f0f

View file

@ -269,7 +269,7 @@ input[type=checkbox], input[type=radio] {
border: 1px solid var(--border-color);
content: "";
position: relative;
top: .1rem;
top: .2rem;
&:checked {
background-color: var(--accent-color);