hubl/src/styles/forms/_index.scss

10 lines
192 B
SCSS
Raw Normal View History

2021-02-08 09:51:08 +00:00
.search-form {
2021-03-16 14:27:30 +00:00
[type="submit"] {
2021-02-08 09:51:08 +00:00
margin-bottom: 20px;
@media (min-width: 768.01px) {
margin-bottom: 0;
float: none !important;
margin-top: 0 !important;
}
}
}