Skip to content

Commit

Permalink
Slightly increase the position of the checkbox tick
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdales committed May 5, 2024
1 parent f978905 commit 2823bed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ input[type=checkbox].checkbox-1:checked::before {
input[type=checkbox].checkbox-1:checked::after {
transform: rotate(310deg);
width: 80%;
margin-bottom: 42%;
margin-bottom: 45%;
margin-left: 20%;
}
input[type=checkbox].checkbox-1:indeterminate::before {
Expand Down Expand Up @@ -1069,7 +1069,7 @@ input[type=checkbox].checkbox-2:checked::before {
input[type=checkbox].checkbox-2:checked::after {
transform: rotate(310deg);
width: 80%;
margin-bottom: 42%;
margin-bottom: 45%;
margin-left: 20%;
}
input[type=checkbox].checkbox-2:indeterminate::before {
Expand Down Expand Up @@ -1125,7 +1125,7 @@ input[type=checkbox].checkbox-3:checked::before {
input[type=checkbox].checkbox-3:checked::after {
transform: rotate(310deg);
width: 80%;
margin-bottom: 42%;
margin-bottom: 45%;
margin-left: 20%;
}
input[type=checkbox].checkbox-3:indeterminate::before {
Expand Down Expand Up @@ -1181,7 +1181,7 @@ input[type=checkbox].checkbox-4:checked::before {
input[type=checkbox].checkbox-4:checked::after {
transform: rotate(310deg);
width: 80%;
margin-bottom: 42%;
margin-bottom: 45%;
margin-left: 20%;
}
input[type=checkbox].checkbox-4:indeterminate::before {
Expand Down
2 changes: 1 addition & 1 deletion styles/_checkboxes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
&::after {
transform: rotate(310deg);
width: 80%;
margin-bottom: 42%;
margin-bottom: 45%;
margin-left: 20%;
}
}
Expand Down

0 comments on commit 2823bed

Please sign in to comment.