Sha256: 525977bd9670a5c41bbe083d463b7204b90fd5db317fe63577c55ca9184d489c
Contents?: true
Size: 529 Bytes
Versions: 8
Compression:
Stored size: 529 Bytes
Contents
/* Icon Link =================*/ .linkbutton{ background-color: $linkbutton-background-color; color: $linkbutton-color; @include radius(100%); } .linkbutton:hover{ background-color: darken($linkbutton-background-color, 5%); } /* Icon Flipping =================*/ .flipped-h { @include scale(-1,1); } .flipped-v { @include scale(1,-1); } /* Icon Rotating =================*/ .rotated-right { @include rotate(90deg); } .rotated-down { @include rotate(180deg); } .rotated-left { @include rotate(-90deg); }
Version data entries
8 entries across 8 versions & 1 rubygems