@import '_variables'; @import '_mixins'; .root { display: flex; .form-group-checkbox { display: flex; align-items: center; .label-text { font-weight: $font-regular; margin: 0; } input { @include peertube-checkbox(1px); } } label { margin-bottom: 0; } my-help { position: relative; top: 2px; } small { font-size: 90%; } .wrapper:empty { display: none; } }