Se ajusta el icono de búsqueda en pantallas estrechas

This commit is contained in:
Manuel Cillero 2018-03-19 19:51:53 +01:00
parent 5b74098bf6
commit 096df194b0
2 changed files with 10 additions and 3 deletions

View file

@ -1250,7 +1250,7 @@ div.details { padding: 20px !important; }
}
div#content > div.contextual:first-child {
margin-top: 18px;
}
}
}
@media all and (max-width: 899px) {
body #header {
@ -1325,6 +1325,13 @@ div.details { padding: 20px !important; }
ul.social-menu > li a:hover {
background: transparent !important;
}
.search-magnifier--flyout {
margin-left: -1px;
}
.flyout-menu__search input[type='text'] {
padding-left: 32px !important;
}
}
/**********************************************************/