Fix register checkbox
This commit is contained in:
parent
9fe1bc6855
commit
bc20aaed46
|
@ -7,7 +7,7 @@
|
|||
.form-group-checkbox {
|
||||
display: flex;
|
||||
|
||||
span {
|
||||
.label-text {
|
||||
font-weight: $font-regular;
|
||||
margin: 0;
|
||||
}
|
||||
|
|
|
@ -343,6 +343,7 @@
|
|||
& + span {
|
||||
position: relative;
|
||||
width: 18px;
|
||||
min-width: 18px;
|
||||
height: 18px;
|
||||
border: $border-width solid var(--mainForegroundColor);
|
||||
border-radius: 3px;
|
||||
|
|
Loading…
Reference in New Issue