Skip to content

Instantly share code, notes, and snippets.

@cherifGsoul
Forked from cbfrance/tabs.scss
Created March 1, 2013 22:03
Show Gist options
  • Save cherifGsoul/5068256 to your computer and use it in GitHub Desktop.
Save cherifGsoul/5068256 to your computer and use it in GitHub Desktop.
@import "colors";
@import "buttons.scss";
@import "compass/css3";
@mixin tabs {
float: left;
width: 100%;
background: transparent;
margin: 0!important;
height: 43px;
li {
a {
padding: 15px 8px 15px 50px;
font-weight: 0;
color: #888;
color: $light-text;
}
a.active {
color: $darkest;
background: $lightest;
}
}
li.glossary a {
background: url("../images/vocabulary.png") no-repeat left;
}
li.overview a {
background: url("../images/discussion.png") no-repeat left;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment