SAND-framework/public/assets/hyperform-0.12.0/examples/examples.css
2021-06-16 11:35:03 +02:00

12 lines
174 B
CSS

main {
max-width: 1024px;
margin: 1.5em auto;
}
:not(button).hf-invalid {
border-color: red !important;
}
:not(button).hf-valid {
border-color: green !important;
}