aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-01-18 11:45:00 +0100
committerChocobozzz <me@florianbigard.com>2021-01-18 11:53:27 +0100
commit9dfaa38c9a23a6093faabc06d7b91caecf993dfd (patch)
tree81456a1c8d7ae23a1fa451799fa37a0529132042 /client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss
parenta8a63b1ffe3780615c1dba6b4d776535a0e3a83d (diff)
downloadPeerTube-9dfaa38c9a23a6093faabc06d7b91caecf993dfd.tar.gz
PeerTube-9dfaa38c9a23a6093faabc06d7b91caecf993dfd.tar.zst
PeerTube-9dfaa38c9a23a6093faabc06d7b91caecf993dfd.zip
username field consistency
Diffstat (limited to 'client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss')
-rw-r--r--client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss12
1 files changed, 4 insertions, 8 deletions
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..2d24417a1 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
@@ -10,20 +10,16 @@ label {
10 margin-bottom: 15px; 10 margin-bottom: 15px;
11} 11}
12 12
13input#username + .text-muted {
14 margin-top: 5px;
15}
16
13input[type=text] { 17input[type=text] {
14 @include peertube-input-text(340px); 18 @include peertube-input-text(340px);
15 19
16 display: block; 20 display: block;
17} 21}
18 22
19input#user-name {
20 border: none;
21
22 & + div {
23 padding-left: 15px;
24 }
25}
26
27input[type=submit] { 23input[type=submit] {
28 @include peertube-button; 24 @include peertube-button;
29 @include orange-button; 25 @include orange-button;