Created
November 16, 2015 15:49
-
-
Save blivesta/8d2e68008dab9ae1bcde to your computer and use it in GitHub Desktop.
tools-shadow.css
This file contains hidden or 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
.t-paperShadow1, | |
.t-paperShadow2, | |
.t-paperShadow3, | |
.t-paperShadow4, | |
.t-paperShadow5 { | |
border-radius:1px; // fallback iphpne6+ | |
} | |
.t-paperShadow1 { | |
box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.3); | |
} | |
.t-paperShadow2 { | |
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3); | |
} | |
.t-paperShadow3 { | |
box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.3); | |
} | |
.t-paperShadow4 { | |
box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.3); | |
} | |
.t-paperShadow5 { | |
box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment