Skip to content

Instantly share code, notes, and snippets.

@hlb
Created May 5, 2011 12:49
Show Gist options
  • Save hlb/956973 to your computer and use it in GitHub Desktop.
Save hlb/956973 to your computer and use it in GitHub Desktop.
@import "compass";
@import "compass/utilities/sprites";
@import "fancy-buttons";
@import "icons/*.png";
@include all-icons-sprites;
$link_color: #69c;
#sidebar {
float: left;
background: #f00;
height: 100px;
a {
@include link-colors($link_color, lighten($link_color, 20%), lighten($link_color, 30%), darken($link_color, 20%));
@include hover-link;
font-size: 1.2em;
text-decoration: none;
.ie6 & {
zoom: 1; // IE MUST DIE
}
}
}
.fancy-button-base {
@include fancy-button;
margin: 0 2px;
vertical-align: middle;
}
.button, button {
@extend .fancy-button-base;
&[disabled] {
@include disable-fancy-button(gray);
}
@include fancy-button-colors(#0860db);
@include fancy-button-size(13px);
font-weight: normal;
&:hover {
text-decoration: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment