]> 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
Improve notification settings UI
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-profile / my-account-profile.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
63c4db6d 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
9dfaa38c
C
13input#username + .text-muted {
14 margin-top: 5px;
15}
16
ed56ad11
C
17input[type=text] {
18 @include peertube-input-text(340px);
19
20 display: block;
ed56ad11
C
21}
22
c30745f3
C
23input[type=submit] {
24 @include peertube-button;
7b272fd7 25 @include orange-button;
c30745f3 26
a2b817d3 27 margin-top: 15px;
c30745f3 28}
0883b324 29
482fa503 30textarea {
e2c1f779 31 @include peertube-textarea(100%, 150px);
c4741804 32 max-width: 100%;
482fa503
RK
33
34 display: block;
35}