Merge pull request #427 from T2hhbmEK/feat/tasklist

Fix broken checkbox styles
This commit is contained in:
Radek Kozieł 2023-06-09 23:27:20 +02:00 committed by GitHub
commit 3760c42316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,16 @@
margin-top: 30px; margin-top: 30px;
} }
input[type="checkbox"] {
vertical-align: middle;
padding: 5px;
margin: 0 .2em .25em -.2em;
}
input[type="checkbox"]:checked {
background: $accent;
}
&-cover { &-cover {
border: 20px solid $accent; border: 20px solid $accent;
background: transparent; background: transparent;