]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - 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
1 @import '_variables';
2 @import '_mixins';
3
4 label {
5 font-weight: $font-regular;
6 font-size: 100%;
7 }
8
9 .form-group:first-child {
10 margin-bottom: 15px;
11 }
12
13 input[type=text] {
14 @include peertube-input-text(340px);
15
16 display: block;
17 }
18
19 input#user-name {
20 border: none;
21
22 & + div {
23 padding-left: 15px;
24 }
25 }
26
27 input[type=submit] {
28 @include peertube-button;
29 @include orange-button;
30
31 margin-top: 15px;
32 }
33
34 textarea {
35 @include peertube-textarea(100%, 150px);
36 max-width: 100%;
37
38 display: block;
39 }