Fix position of checkboxes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user