Skip to content

Instantly share code, notes, and snippets.

@gaboesquivel
Created November 28, 2012 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaboesquivel/4162117 to your computer and use it in GitHub Desktop.
Save gaboesquivel/4162117 to your computer and use it in GitHub Desktop.
mixins
@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