Skip to content

Instantly share code, notes, and snippets.

@DragonOsman
Last active September 21, 2018 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DragonOsman/3f3ba56ffd58476c6defaea95b066dc2 to your computer and use it in GitHub Desktop.
Save DragonOsman/3f3ba56ffd58476c6defaea95b066dc2 to your computer and use it in GitHub Desktop.
#map {
height: 100%;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
}
form {
text-align: center;
}
#search-input {
white-space: nowrap;
}
#search-input {
background-color: #fff;
font-family: Roboto;
font-size: 15px;
font-weight: 300;
margin-left: 12px;
padding: 0 11px 0 13px;
text-overflow: ellipsis;
width: 400px;
}
#search-input:focus {
border-color: #4d90fe;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment