]> 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 58402a27297fde6687cbc124f89de67cb069ffbd..dfe3503ec7bcecef3727872e893b2d12e80e3eaf 100644 (file)
@@ -1,5 +1,5 @@
-@import '_variables';
-@import '_mixins';
+@use '_variables';
+@use '_mixins';
 
 label {
   font-weight: $font-regular;
@@ -10,20 +10,16 @@ label {
   margin-bottom: 15px;
 }
 
+input#username + .text-muted {
+  margin-top: 5px;
+}
+
 input[type=text] {
   @include peertube-input-text(340px);
 
   display: block;
 }
 
-input#user-name {
-  border: none;
-
-  & + div {
-    padding-left: 15px;
-  }
-}
-
 input[type=submit] {
   @include peertube-button;
   @include orange-button;