Last active
April 21, 2018 11:00
-
-
Save adamgavlak/db60f3177bf72631519cb49ab6941187 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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