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=2f8df81d40667f9f829fbc27f1e5b08c09219d89;hb=baab47ca81742deae15acd671e8c332a4e1d6eb7;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..2f8df81d4 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,15 +1,17 @@ @import '_variables'; @import '_mixins'; -input[type=text] { - @include peertube-input-text(340px); +label { + font-weight: $font-regular; + font-size: 100%; +} - display: block; +.form-group:first-child { margin-bottom: 15px; } -textarea { - @include peertube-textarea(500px, 150px); +input[type=text] { + @include peertube-input-text(340px); display: block; } @@ -21,3 +23,8 @@ input[type=submit] { margin-top: 15px; } +textarea { + @include peertube-textarea(500px, 150px); + + display: block; +}