X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2F%2Bmy-account%2Fmy-account-settings%2Fmy-account-profile%2Fmy-account-profile.component.scss;h=dfe3503ec7bcecef3727872e893b2d12e80e3eaf;hb=fa12eacc014aae8094d108634371640f2695bf9f;hp=6aabb60f4fb020072c029fe1c48fe3f8d134fe76;hpb=e309822b93d9b69f30cbe830ef3d09dfdb2c13b2;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 6aabb60f4..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,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; +}