sync updates
This commit is contained in:
parent
77a3d60f5d
commit
84bb89076e
6 changed files with 109 additions and 14 deletions
|
@ -138,3 +138,53 @@
|
|||
-webkit-transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
.headerSearchInput {
|
||||
width: 100%;
|
||||
margin-top: 12px;
|
||||
background: #222;
|
||||
border: 0;
|
||||
color: #ddd;
|
||||
border-radius: 3px;
|
||||
padding: 5px 7px 4px 50px;
|
||||
font-size: 14px;
|
||||
font-family: Roboto;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.searchInputIcon {
|
||||
position: absolute;
|
||||
left: 20px;
|
||||
top: 19px;
|
||||
font-size: 14px !important;
|
||||
color: #ddd !important;
|
||||
}
|
||||
|
||||
.viewMenuSearch {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 35%;
|
||||
right: 35%;
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media all and (min-width: 1200px) {
|
||||
|
||||
.viewMenuSearch {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.headerSearchButton {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.searchResultsOverlay {
|
||||
position: fixed;
|
||||
background: #000;
|
||||
top: 50px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: 1001;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue