]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.scss
add username information in profile settings
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-profile / my-account-profile.component.scss
CommitLineData
63c4db6d
C
1@import '_variables';
2@import '_mixins';
3
482fa503
RK
4label {
5 font-weight: $font-regular;
6 font-size: 100%;
7}
8
e309822b
C
9.form-group:first-child {
10 margin-bottom: 15px;
11}
12
ed56ad11
C
13input[type=text] {
14 @include peertube-input-text(340px);
15
16 display: block;
ed56ad11
C
17}
18
52a3f561
RK
19input#user-name {
20 border: none;
21
22 & + div {
23 padding-left: 15px;
24 }
25}
26
c30745f3
C
27input[type=submit] {
28 @include peertube-button;
7b272fd7 29 @include orange-button;
c30745f3 30
a2b817d3 31 margin-top: 15px;
c30745f3 32}
0883b324 33
482fa503 34textarea {
e2c1f779 35 @include peertube-textarea(100%, 150px);
c4741804 36 max-width: 100%;
482fa503
RK
37
38 display: block;
39}