refactor: extracts form submit button
template and js validation
This commit is contained in:
@@ -27,4 +27,11 @@ body {
|
||||
@media(min-width: 576px) {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.submit-button {
|
||||
width: 100%;
|
||||
@media(min-width: 576px) {
|
||||
width: 200px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user