fix checkbox styles

This commit is contained in:
Dennis Eichhorn 2023-09-18 23:29:45 +00:00
parent d806764fdd
commit f67e745b4e
3 changed files with 8 additions and 2 deletions

View File

@ -352,7 +352,7 @@ label.radio, label.checkbox {
position: relative;
height: 15px;
width: 15px;
margin-right: 10px;
margin-right: 5px;
background-color: #eee;
border: 1px solid var(--input-border-active);

View File

@ -56,6 +56,10 @@ div.sticky, section.sticky {
flex: 0 0 100%;
}
span.checkbox+span.checkbox {
margin-left: 1.5rem;
}
.input-control {
flex: 1;
display: flex;

View File

@ -3170,6 +3170,8 @@ div.sticky, section.sticky {
.form-group label {
font-size: .9rem;
flex: 0 0 100%; }
.form-group span.checkbox + span.checkbox {
margin-left: 1.5rem; }
.form-group .input-control {
flex: 1;
display: flex;
@ -3787,7 +3789,7 @@ label.radio, label.checkbox {
position: relative;
height: 15px;
width: 15px;
margin-right: 10px;
margin-right: 5px;
background-color: #eee;
border: 1px solid var(--input-border-active); }
label.radio .checkmark:after, label.checkbox .checkmark:after {