Created
January 26, 2014 18:36
-
-
Save thedotmack/8637247 to your computer and use it in GitHub Desktop.
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
.inset-shadow { | |
position: relative; | |
overflow: hidden; | |
&:before { | |
content: ""; | |
position: absolute; | |
top: 0; | |
left: -30px; | |
bottom: 0; | |
right: -30px; | |
.box-shadow(inset 0 10px 23px rgba(0,0,0,0.75)); | |
z-index: 0; | |
} | |
> * { | |
position: relative; | |
z-index: 1010; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment