]> 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
Add Podcast RSS feeds (#5487)
[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' as *;
2 @use '_mixins' as *;
3
4 form {
5 max-width: 340px;
6 }
7
8 my-input-text {
9 display: block;
10 width: 100%;
11 }
12
13 input[type=email] {
14 @include peertube-input-text(100%);
15
16 display: block;
17 }
18
19 input[type=submit] {
20 @include peertube-button;
21 @include orange-button;
22 }
23
24 .pending-email {
25 margin-bottom: 15px;
26 }