X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bmy-account%2Fmy-account-settings%2Fmy-account-profile%2Fmy-account-profile.component.scss;h=dfe3503ec7bcecef3727872e893b2d12e80e3eaf;hb=fa12eacc014aae8094d108634371640f2695bf9f;hp=58402a27297fde6687cbc124f89de67cb069ffbd;hpb=52a3f561f5357d076ddc36897d5e1d0fc60a8730;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss b/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss index 58402a272..dfe3503ec 100644 --- a/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss +++ b/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss @@ -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;