]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.scss
Use grid to organise settings in admin, my-account
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-change-email / my-account-change-email.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 label {
5 font-weight: $font-regular;
6 font-size: 100%;
7 }
8
9 input[type=password],
10 input[type=email] {
11 @include peertube-input-text(340px);
12
13 display: block;
14 }
15
16 input[type=submit] {
17 @include peertube-button;
18 @include orange-button;
19 }
20
21 .current-email,
22 .pending-email {
23 font-size: 16px;
24 margin-bottom: 15px;
25
26 .email {
27 font-weight: $font-semibold;
28 }
29 }