Fix register checkbox

pull/2131/head
Chocobozzz 2019-08-28 10:36:53 +02:00 committed by Chocobozzz
parent 9fe1bc6855
commit bc20aaed46
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@
.form-group-checkbox {
display: flex;
span {
.label-text {
font-weight: $font-regular;
margin: 0;
}

View File

@ -343,6 +343,7 @@
& + span {
position: relative;
width: 18px;
min-width: 18px;
height: 18px;
border: $border-width solid var(--mainForegroundColor);
border-radius: 3px;