]> 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
Improve notification settings UI
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-profile / my-account-profile.component.scss
index 58402a27297fde6687cbc124f89de67cb069ffbd..a5823fbc4aeecf9e0d6ed3a2e3869f1f5811c4d7 100644 (file)
@@ -1,5 +1,5 @@
-@import '_variables';
-@import '_mixins';
+@use '_variables' as *;
+@use '_mixins' as *;
 
 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;