alas/web/styles/TextInput.module.scss

15 lines
158 B
SCSS
Raw Normal View History

2022-07-03 15:29:11 +00:00
.inputForm {
margin-top: -70px;
}
.textBox {
height: 200px;
font-family: Nunito;
}
@media (max-height: 600px) {
.textBox {
height: 100px;
}
}