Skip to content

Instantly share code, notes, and snippets.

@florin-chelaru
Created October 19, 2015 19:35
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 florin-chelaru/623906a978210e68b03f to your computer and use it in GitHub Desktop.
Save florin-chelaru/623906a978210e68b03f to your computer and use it in GitHub Desktop.
@transition-speed: 0.5s;
@light-gray: #ddd;
@medium-gray: #808080;
@dark-gray: #494949;
@transparent-light-gray: rgba(0, 0, 0, 0.025);
@transparent-gray: rgba(0, 0, 0, 0.05);
@transparent-dark-gray: rgba(0, 0, 0, 0.075);
@item-max-height: 120px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment