Merge pull request #5536 from dimaursu/autoprefixer
Invert button gradient
This commit is contained in:
commit
c246e80b1d
1 changed files with 1 additions and 1 deletions
|
|
@ -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%){
|
||||
|
|
|
|||
Loading…
Reference in a new issue