Created
November 19, 2012 17:49
-
-
Save mlynch/4112267 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
.embed { | |
#code { | |
.top { | |
position: relative; | |
height: 10px; | |
margin-top: 20px; | |
background-color: #eee; | |
border-top: 1px solid #ccc; | |
@include gradient-vertical(#eee, #ddd); | |
@include box-shadow(0px 3px 7px 0px #dedede); | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment