Skip to content

Instantly share code, notes, and snippets.

@mkempe
Last active December 22, 2015 22:49
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 mkempe/6542914 to your computer and use it in GitHub Desktop.
Save mkempe/6542914 to your computer and use it in GitHub Desktop.
@mixin arrow($color: white, $padding: 0 0 0 pem(15))
background: transparent url('/images/bundle/icons/arrows/#{$color}.gif') no-repeat left center
padding: $padding
@mixin underscore($border-color: #FFF, $border-bottom-width: 1px, $padding: 0 0 pem(1))
display: inline-block
.label
border-bottom: #{$border-bottom-width} solid transparent
padding: $padding
@include transition(border-color 0.5s ease-out)
&:hover,
&:focus,
&.active
.label
border-color: $border-color
@include transition(border-color 0.5s ease-in)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment