
Untitled
By: a guest on
May 7th, 2012 | syntax:
None | size: 1.38 KB | hits: 10 | expires: Never
@import 'compass';
$include-default: true !default;
$include-default-uis: true !default;
@import 'ext4/default/functions';
@import 'ext4/default/variables';
@mixin background-gradient($bg-color, $type: $base-gradient, $direction: top) {
background-image: none;
background-color: $bg-color;
@if $base-gradient != null and $bg-color != transparent {
@if type-of($type) == "list" {}
@else if $type == bevel { }
@else if $type == glossy {}
@else if $type == recessed {}
@else if $type == matte {}
@else if $type == matte-reverse {}
@else if $type == glossy-toolbar {}
@else if $type == panel-header {}
@else if $type == tabbar {}
@else if $type == tab {}
@else if $type == tab-active {}
@else if $type == tab-over {}
@else if $type == tab-disabled {}
@else if $type == grid-header {}
@else if $type == grid-header-over {}
@else if $type == grid-row-over {}
@else if $type == grid-cell-special {}
@else if $type == glossy-button or $type == glossy-button-disabled {}
@else if $type == glossy-button-over {}
@else if $type == glossy-button-pressed {}
}
}