PeerTube/client/src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.com...

27 lines
328 B
SCSS
Raw Normal View History

2021-05-27 18:25:00 +02:00
@use '_variables' as *;
@use '_mixins' as *;
2019-06-11 14:30:49 +02:00
2022-06-15 14:59:25 +02:00
form {
max-width: 340px;
}
my-input-text {
display: block;
2022-06-15 14:59:25 +02:00
width: 100%;
}
2019-06-11 14:30:49 +02:00
input[type=email] {
2022-06-15 14:59:25 +02:00
@include peertube-input-text(100%);
2019-06-11 14:30:49 +02:00
display: block;
}
input[type=submit] {
@include peertube-button;
@include orange-button;
}
.pending-email {
margin-bottom: 15px;
}