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

Version Path
sass-flexi-1.0.6 stylesheets/bundle/icon/_extra.scss
sass-flexi-1.0.5 stylesheets/bundle/icon/_extra.scss
sass-flexi-1.0.4 stylesheets/bundle/icon/_extra.scss
sass-flexi-1.0.3 stylesheets/bundle/icon/_extra.scss
sass-flexi-1.0.2 stylesheets/bundle/icon/_extra.scss
sass-flexi-1.0.1 stylesheets/bundle/icon/_extra.scss
sass-flexi-1.0.0 stylesheets/bundle/icon/_extra.scss
sass-flexi-0.8.alpha stylesheets/bundle/icon/_extra.scss