28 lines
1.1 KiB
SCSS
28 lines
1.1 KiB
SCSS
/* Welcome to Compass. Use this file to write IE specific override styles.
|
|
* Import this file using the following HTML or equivalent:
|
|
* <!--[if IE]>
|
|
* <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
|
|
* <![endif]--> */
|
|
|
|
//@import "compass/css3/images";
|
|
@import "client/common";
|
|
|
|
/* Gradients in IE work with filter-gradient, but mess up event handling.
|
|
* Using solid colors via background-color for now.
|
|
*/
|
|
.homecard.createsession {
|
|
/* @include filter-gradient(scale-lightness($color10, $gradient-diff), $color10, "horizontal"); */
|
|
}
|
|
.homecard.findsession {
|
|
/* @include filter-gradient(scale-lightness($color6, $gradient-diff), $color6, "horizontal"); */
|
|
}
|
|
.homecard.practice {
|
|
/* @include filter-gradient(scale-lightness($color9, $gradient-diff), $color9, "horizontal"); */
|
|
}
|
|
.homecard.bands {
|
|
/* @include filter-gradient(scale-lightness($color1, $gradient-diff), $color1, "horizontal"); */
|
|
}
|
|
.homecard.recordings {
|
|
/* @include filter-gradient(scale-lightness($color5, $gradient-diff), $color5, "horizontal"); */
|
|
}
|