diff --git a/input.scss b/input.scss index 37c5549..740f6d2 100755 --- a/input.scss +++ b/input.scss @@ -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); diff --git a/layout.scss b/layout.scss index 7a4f3d8..92cc1e6 100755 --- a/layout.scss +++ b/layout.scss @@ -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; diff --git a/styles.css b/styles.css index a5e2c53..b2047d3 100755 --- a/styles.css +++ b/styles.css @@ -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 {