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