Skip to content

Instantly share code, notes, and snippets.

@blivesta
Created November 16, 2015 15:49
Show Gist options
  • Save blivesta/8d2e68008dab9ae1bcde to your computer and use it in GitHub Desktop.
Save blivesta/8d2e68008dab9ae1bcde to your computer and use it in GitHub Desktop.
tools-shadow.css
.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