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=58402a27297fde6687cbc124f89de67cb069ffbd;hb=52a3f561f5357d076ddc36897d5e1d0fc60a8730;hp=fc2b92c89cc7a92a27991cee3aec6511397d58a3;hpb=bf696869538eaef27e5a8445035967c01f214501;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 fc2b92c89..58402a272 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,17 +1,27 @@ @import '_variables'; @import '_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; - margin-bottom: 15px; } -textarea { - @include peertube-textarea(500px, 150px); +input#user-name { + border: none; - display: block; + & + div { + padding-left: 15px; + } } input[type=submit] { @@ -21,3 +31,9 @@ input[type=submit] { margin-top: 15px; } +textarea { + @include peertube-textarea(100%, 150px); + max-width: 100%; + + display: block; +}