]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss
Move to sass @use
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-profile / my-account-profile.component.scss
index 6aabb60f4fb020072c029fe1c48fe3f8d134fe76..dfe3503ec7bcecef3727872e893b2d12e80e3eaf 100644 (file)
@@ -1,18 +1,21 @@
-@import '_variables';
-@import '_mixins';
+@use '_variables';
+@use '_mixins';
+
+label {
+  font-weight: $font-regular;
+  font-size: 100%;
+}
 
 .form-group:first-child {
   margin-bottom: 15px;
 }
 
-input[type=text] {
-  @include peertube-input-text(340px);
-
-  display: block;
+input#username + .text-muted {
+  margin-top: 5px;
 }
 
-textarea {
-  @include peertube-textarea(500px, 150px);
+input[type=text] {
+  @include peertube-input-text(340px);
 
   display: block;
 }
@@ -24,3 +27,9 @@ input[type=submit] {
   margin-top: 15px;
 }
 
+textarea {
+  @include peertube-textarea(100%, 150px);
+  max-width: 100%;
+
+  display: block;
+}