Merge pull request #5536 from dimaursu/autoprefixer

Invert button gradient
This commit is contained in:
Jonne Haß 2015-01-09 17:42:50 +01:00
commit c246e80b1d

View file

@ -28,7 +28,7 @@ $default-border-radius: 3px;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=$from, endColorstr=$to);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#{$from}, endColorstr=#{$to})";
background: linear-gradient(to top, $from $start, $to $end);
background: linear-gradient(to bottom, $from $start, $to $end);
}
@mixin horizontal-linear-gradient($from, $to, $start:0%, $end:100%){