]> 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
Clearer video creation from API regarding rates
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-profile / my-account-profile.component.scss
1 @use '_variables' as *;
2 @use '_mixins' as *;
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#username + .muted {
14 margin-top: 5px;
15 }
16
17 input[type=text] {
18 @include peertube-input-text(340px);
19
20 display: block;
21 }
22
23 input[type=submit] {
24 @include peertube-button;
25 @include orange-button;
26
27 margin-top: 15px;
28 }
29
30 textarea {
31 @include peertube-textarea(100%, 150px);
32 max-width: 100%;
33
34 display: block;
35 }