Skip to content

Instantly share code, notes, and snippets.

@Dakuan
Created March 9, 2013 10:32
Show Gist options
  • Save Dakuan/5123777 to your computer and use it in GitHub Desktop.
Save Dakuan/5123777 to your computer and use it in GitHub Desktop.
fix bug on line 37
$shadow-color: #d7d8d8
#header {
.page_options{
.options:hover {
z-index: 2000;
border: 1px
solid #d5d5d5;
border-bottom: 1px solid #dcdcdc;
@include box-shadow(2px 2px 2px $shadow-color);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment