Skip to content

Instantly share code, notes, and snippets.

@adamgavlak
Last active April 21, 2018 11:00
Show Gist options
  • Save adamgavlak/db60f3177bf72631519cb49ab6941187 to your computer and use it in GitHub Desktop.
Save adamgavlak/db60f3177bf72631519cb49ab6941187 to your computer and use it in GitHub Desktop.
// Card
box-shadow:
0 7px 14px 0 rgba(50,50,93,.1),
0 3px 6px 0 rgba(0,0,0,.07);
// Dropdown
box-shadow:
0 0 0 1px rgba(136,152,170,.1),
0 15px 35px 0 rgba(49,49,93,.1),
0 5px 15px 0 rgba(0,0,0,.08);
// Button
box-shadow:
0 0 0 1px rgba(50,50,93,.1),
0 2px 5px 0 rgba(50,50,93,.08),
0 1px 1.5px 0 rgba(0,0,0,.07),
0 1px 2px 0 rgba(0,0,0,.08),
0 0 0 0 transparent;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment