X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2Fshared%2Fforms%2Fpeertube-checkbox.component.scss;h=3120509b3b46a9d78b752ac01de59c691090a436;hb=b764380ac23f4e9d4677d08acdc3474c2931a16d;hp=cbc50dc9630998309b0f4bf7f3cac7a3ebf1a206;hpb=0f7fedc39857ebc0eb29182c1588a92b9adfb75a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/forms/peertube-checkbox.component.scss b/client/src/app/shared/forms/peertube-checkbox.component.scss index cbc50dc96..3120509b3 100644 --- a/client/src/app/shared/forms/peertube-checkbox.component.scss +++ b/client/src/app/shared/forms/peertube-checkbox.component.scss @@ -1,23 +1,37 @@ @import '_variables'; @import '_mixins'; -.form-group { +.root { display: flex; - align-items: center; .form-group-checkbox { display: flex; + align-items: center; - span { + .label-text { font-weight: $font-regular; margin: 0; } input { @include peertube-checkbox(1px); - - width: 10px; - margin-right: 10px; } } + + label { + margin-bottom: 0; + } + + my-help { + position: relative; + top: 2px; + } + + small { + font-size: 90%; + } + + .wrapper:empty { + display: none; + } } \ No newline at end of file