Evo.Auth/apps/web/components/Form.module.scss
2022-11-27 12:55:26 +03:00

17 lines
222 B
SCSS

.form {
display: flex;
flex-direction: column;
justify-content: space-between;
* {
margin: 7px 0;
}
p {
font-size: smaller;
font-weight: bold;
text-transform: uppercase;
color: red;
}
}