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