X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-forms%2Fpeertube-checkbox.component.scss;h=4e384e7e0c3653df4a1875431757d05263e4a74d;hb=047f9585dd91d7765d78522edebfb64107450512;hp=cf8540dc37c87a809a43aabe5f0f1430eb57e661;hpb=67ed6552b831df66713bac9e672738796128d33f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-forms/peertube-checkbox.component.scss b/client/src/app/shared/shared-forms/peertube-checkbox.component.scss index cf8540dc3..4e384e7e0 100644 --- a/client/src/app/shared/shared-forms/peertube-checkbox.component.scss +++ b/client/src/app/shared/shared-forms/peertube-checkbox.component.scss @@ -1,5 +1,5 @@ -@import '_variables'; -@import '_mixins'; +@use '_variables' as *; +@use '_mixins' as *; .root { display: flex; @@ -36,7 +36,8 @@ } .recommended { - margin-left: .5rem; + @include margin-left(.5rem); + align-self: baseline; display: inline-block; padding: 4px 6px; @@ -46,7 +47,7 @@ line-height: 12px; font-weight: 500; color: pvar(--inputPlaceholderColor); - background-color: rgba(217,225,232,.1); - border: 1px solid rgba(217,225,232,.5); + background-color: rgba(217, 225, 232, .1); + border: 1px solid rgba(217, 225, 232, .5); } -} \ No newline at end of file +}