refactor: shrinks checkbox

This commit is contained in:
2025-08-20 21:36:54 -03:00
parent 9ee7d193c4
commit bf87c90c6c

View File

@@ -12,10 +12,10 @@ label {
&:checked + .checkmark::after {
content: "";
position: absolute;
left: 11px;
bottom: 3px;
width: 6px;
height: 18px;
left: 6px;
bottom: 2px;
width: 3px;
height: 9px;
border: solid #0ea5e9;
border-width: 0 6px 6px 0;
transform: rotate(45deg);
@@ -30,8 +30,8 @@ label {
.checkmark {
display: inline-block;
width: 24px;
height: 24px;
width: 16px;
height: 16px;
border: 1px solid #606463;
position: relative;
transition: all 0.3s ease;