Fix position of checkboxes

This commit is contained in:
richard-dds 2019-06-12 16:30:19 -04:00
parent 0bafa51bb9
commit 2ead183b4d
2 changed files with 6 additions and 1 deletions

View File

@ -224,4 +224,10 @@ body {
.usa-input .checkbox {
margin-left: 3rem;
}
input[type="checkbox"] {
+ label::before {
margin-left: -3rem;
}
}
}

View File

@ -51,7 +51,6 @@
input[type="checkbox"] {
+ label::before {
box-shadow: 0 0 0 2px $state-color;
margin-left: -3rem;
}
}
}