Se ajusta el icono de búsqueda en pantallas estrechas
This commit is contained in:
parent
5b74098bf6
commit
096df194b0
2 changed files with 10 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
/**********************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue