patch: styles added on search-button

This commit is contained in:
gaelle morin 2021-05-13 17:44:15 +02:00
parent e513c20994
commit 5c5a734593
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
1 changed files with 6 additions and 1 deletions

View File

@ -121,12 +121,17 @@ hubl-menu-empty+hubl-menu-empty {
.search-button {
button {
line-height: 1;
display: inline-flex;
line-height: 16px;
@media (max-width: 768px) {
margin-bottom: 20px;
width: 100%;
}
&::before {
vertical-align: middle;
}
}
}