Fix position of checkboxes
This commit is contained in:
parent
0bafa51bb9
commit
2ead183b4d
@ -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