Merge pull request #903 from dod-ccpo/fix-checkbox-position
Fix position of checkboxes
This commit is contained in:
commit
7604f606f5
@ -224,4 +224,10 @@ body {
|
||||
.usa-input .checkbox {
|
||||
margin-left: 3rem;
|
||||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
+ label::before {
|
||||
margin-left: -3rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -51,7 +51,6 @@
|
||||
input[type="checkbox"] {
|
||||
+ label::before {
|
||||
box-shadow: 0 0 0 2px $state-color;
|
||||
margin-left: -3rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user