Created
November 4, 2013 14:50
-
-
Save cray0000/7303609 to your computer and use it in GitHub Desktop.
This file contains 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
// ------------------------------------- | |
// Main Component | |
// ------------------------------------- | |
.tabs | |
+pie-clearfix | |
> li, > ._tab | |
float: left | |
margin-bottom: 1em | |
// ----- Tab object ----- // | |
> li, > ._tab | |
a | |
display: inline-block | |
padding: 6px 15px | |
border: 2px solid transparent | |
border-left: none | |
color: $tabs-color | |
&:hover | |
background: lighten($tabs-color, 45%) | |
&.selected, | |
&.is-selected | |
a | |
border: 2px solid transparent | |
background: $tabs-color | |
color: white | |
&:hover | |
background: darken($tabs-color, 10%) | |
// ----- Blue tabs nuance (inside blue game frame) ----- // | |
&.-blue | |
background: $tabs-blue-color | |
margin-bottom: 0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment