Initial version

This commit is contained in:
WBHarry 2026-02-07 18:00:03 +01:00
parent c1f7866594
commit b053af21c6
13 changed files with 325 additions and 5 deletions

View file

@ -52,6 +52,14 @@
}
}
input[type='checkbox'] {
&:indeterminate {
&::before {
content: '\f0fe';
}
}
}
input[type='checkbox'],
input[type='radio'] {
height: 20px;