]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-main/users/user-quota.component.scss
Merge branch 'release/4.2.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-main / users / user-quota.component.scss
index c670559d33a5abf0e097bcefe52ef8ae7c3fa81d..f3e86ce782d79c5404ed01f01c89d36cc51aba76 100644 (file)
@@ -1,17 +1,13 @@
-@import '_variables';
-@import '_mixins';
-
-label {
-  font-weight: $font-regular;
-  font-size: 100%;
-}
+@use '_variables' as *;
+@use '_mixins' as *;
 
 .user-quota {
   label {
-    margin-right: 5px;
+    @include margin-right(5px);
   }
 
-  &, .progress {
+  &,
+  .progress {
     width: 100% !important;
   }