]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account-settings/my-account-settings.component.scss
Fix scrolling with hash in url
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-settings.component.scss
index d0395aca9f8bdd801a96d967ddfbdd90377d2c30..3e1792e3e4738bae6843d4dfbb6c6bf9fe8d106d 100644 (file)
@@ -5,15 +5,23 @@
   font-size: 15px;
   margin-top: 20px;
 
-  .user-quota-label {
+  label {
     margin-right: 5px;
-    font-weight: $font-semibold;
   }
 }
 
 .account-title {
-  @include in-content-small-title;
+  @include settings-big-title;
+}
+
+.progress {
+  @include progressbar;
+  width: 500px;
+  max-width: 100%;
+}
 
-  margin-top: 55px;
-  margin-bottom: 30px;
+@media screen and (max-width: $small-view) {
+  .progress {
+    width: 100%;
+  }
 }