taiga-front/app/styles/modules/auth/change-email-form.scss

14 lines
211 B
SCSS

.change-email-form {
fieldset {
text-align: center;
}
p {
color: $grayer;
margin-bottom: .5rem;
text-align: center;
}
form {
margin-top: 1rem;
}
}