fix: corrige position des checkboxes
This commit is contained in:
parent
78b9f5d65b
commit
b6ad130f0f
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ input[type=checkbox], input[type=radio] {
|
||||||
border: 1px solid var(--border-color);
|
border: 1px solid var(--border-color);
|
||||||
content: "";
|
content: "";
|
||||||
position: relative;
|
position: relative;
|
||||||
top: .1rem;
|
top: .2rem;
|
||||||
|
|
||||||
&:checked {
|
&:checked {
|
||||||
background-color: var(--accent-color);
|
background-color: var(--accent-color);
|
||||||
|
|
Loading…
Reference in a new issue