Created
November 28, 2012 15:51
-
-
Save gaboesquivel/4162117 to your computer and use it in GitHub Desktop.
mixins
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
@mixin main_tabs_properties($image, $color: $grayLight) | |
width: 130px | |
a | |
background: | |
image: $image | |
repeat: no-repeat | |
&.ui-tabs-selected, &:hover | |
a | |
background-position: -8px 10px | |
&.ui-tabs-selected | |
border-top: 3px solid $color | |
@mixin main_tabs_properties_rtc($image, $color) | |
width: 200px | |
background: | |
image: $image | |
repeat: no-repeat | |
&.ui-tabs-selected, &:hover | |
background-position: -15px 9px | |
top: 1px | |
&.ui-tabs-selected | |
border-top: 3px solid $color | |
@mixin step_style($image) | |
background: url($image) | |
background-repeat: no-repeat | |
background-position: center |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment