Skip to content

Instantly share code, notes, and snippets.

@skorasaurus
Created January 31, 2019 00:02
Show Gist options
  • Save skorasaurus/66cd61ddea0ffd83299b33374d78b281 to your computer and use it in GitHub Desktop.
Save skorasaurus/66cd61ddea0ffd83299b33374d78b281 to your computer and use it in GitHub Desktop.
.l-search {
display: none;
position: absolute;
top: 10px;
right: 0; }
@media (min-width: 768px) {
.l-search {
max-width: 220px;
display: block; } }
.l-search select {
margin-right: 2%;
padding: 5px 9px 0 10px;
color: #000;
text-transform: uppercase;
background-color: #FCCE06;
box-shadow: none;
border: none;
width: 150px;
height: 34.5px;
font-size: 14px;
font-weight: 600;
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: '';
background: #FCCE06 url(../images/search-select.png) no-repeat 120px 10px; }
.l-search input[type="submit"] {
color: #000;
width: 46px;
height: 34.5px;
line-height: 39px;
box-shadow: none;
padding: 0px 0px;
font-size: 14px;
font-weight: 600;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
@media (min-width: 320px) {
.l-search input[type="submit"] {
width: 33px;
font-size: 14px; } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment