X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-main%2Fusers%2Fuser-quota.component.scss;h=70571bde6618082689ffd7b24dfae04c42231b90;hb=047f9585dd91d7765d78522edebfb64107450512;hp=c670559d33a5abf0e097bcefe52ef8ae7c3fa81d;hpb=66927c0588b050f23ad3f98d62b48307bc7e79e7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-main/users/user-quota.component.scss b/client/src/app/shared/shared-main/users/user-quota.component.scss index c670559d3..70571bde6 100644 --- a/client/src/app/shared/shared-main/users/user-quota.component.scss +++ b/client/src/app/shared/shared-main/users/user-quota.component.scss @@ -1,5 +1,5 @@ -@import '_variables'; -@import '_mixins'; +@use '_variables' as *; +@use '_mixins' as *; label { font-weight: $font-regular; @@ -8,10 +8,11 @@ label { .user-quota { label { - margin-right: 5px; + @include margin-right(5px); } - &, .progress { + &, + .progress { width: 100% !important; }