Merge pull request #903 from dod-ccpo/fix-checkbox-position

Fix position of checkboxes
This commit is contained in:
richard-dds
2019-06-12 17:07:30 -04:00
committed by GitHub
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;
}
}
}