]> 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
5da4c671a5e2afe57ef07e56720a379bc7301842
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-settings / my-account-change-email / my-account-change-email.component.scss
1 @use '_variables';
2 @use '_mixins';
3
4 label {
5 font-weight: $font-regular;
6 font-size: 100%;
7 }
8
9 my-input-toggle-hidden {
10 width: 340px;
11 display: block;
12 }
13
14 input[type=email] {
15 @include peertube-input-text(340px);
16
17 display: block;
18 }
19
20 input[type=submit] {
21 @include peertube-button;
22 @include orange-button;
23 }
24
25 .current-email,
26 .pending-email {
27 margin-bottom: 15px;
28
29 .email {
30 font-weight: $font-semibold;
31 }
32 }
33
34 .form-group {
35 width: max-content;
36 }