X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fforms%2Fpeertube-checkbox.component.scss;h=3120509b3b46a9d78b752ac01de59c691090a436;hb=a30a136c9896c656cab98d2c92cde32c534dc098;hp=84ea788af39e105bc81d9be4bd928ffc04369feb;hpb=1d5342abc43df02cf0bd69b1e865c0f179182eef;p=oweals%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 84ea788af..3120509b3 100644 --- a/client/src/app/shared/forms/peertube-checkbox.component.scss +++ b/client/src/app/shared/forms/peertube-checkbox.component.scss @@ -6,8 +6,9 @@ .form-group-checkbox { display: flex; + align-items: center; - span { + .label-text { font-weight: $font-regular; margin: 0; } @@ -23,6 +24,14 @@ my-help { position: relative; - top: -2px; + top: 2px; } -} + + small { + font-size: 90%; + } + + .wrapper:empty { + display: none; + } +} \ No newline at end of file