Files
payload/examples/auth/next-app/app/login/index.module.css
2023-07-06 14:15:28 -04:00

9 lines
82 B
CSS

.form {
margin-bottom: 30px;
}
.error {
color: red;
margin-bottom: 30px;
}