blob: 8d1804a93e2b8950ea73daed6541f79189da399c (
plain) (
tree)
|
|
@use '_variables' as *;
@use '_mixins' as *;
form {
max-width: 340px;
}
my-input-text {
display: block;
width: 100%;
}
input[type=email] {
@include peertube-input-text(100%);
display: block;
}
input[type=submit] {
@include peertube-button;
@include orange-button;
}
.pending-email {
margin-bottom: 15px;
}
|