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=ec3f6029e356e86497ea7a1addaf6eead7f515eb;hpb=e2c1f7795752caf8cde19fdee8b9ab7fb16b0395;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 ec3f6029e..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,6 +10,10 @@ label { margin-bottom: 15px; } +input#username + .text-muted { + margin-top: 5px; +} + input[type=text] { @include peertube-input-text(340px);