Skip to content

Instantly share code, notes, and snippets.

@mishelen
Created May 13, 2016 20:25
Show Gist options
  • Save mishelen/28b23286d4831beb65582b2b934d31bf to your computer and use it in GitHub Desktop.
Save mishelen/28b23286d4831beb65582b2b934d31bf to your computer and use it in GitHub Desktop.
.list-unstyled {
list-style: outside none none;
padding-left: 0;
}
#suggestions-block {
margin-top : 1em;
margin-bottom : 1em;
}
.suggestions {
position : absolute;
left : 0; right : 0;
opacity : 0;
background: white;
border: 1px solid #eee;
box-shadow: 0 1px 1px #ededed;
transition : opacity .2s;
}
.suggestions li {
padding: .6em 0.75em;
border-bottom : 1px dotted #eee;
}
.suggestions li:last-child { border :none;}
.form-group { position : relative;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment