Change gradient to go from bottom to top.
parent
eb9e2531b3
commit
91a4751cb3
|
@ -11,7 +11,7 @@
|
||||||
z-index: 900;
|
z-index: 900;
|
||||||
// copied from https://gist.github.com/Odepia/5790397
|
// copied from https://gist.github.com/Odepia/5790397
|
||||||
background: transparent;
|
background: transparent;
|
||||||
background: linear-gradient(to right, $icedream-metadata-overlay-background-gradient-from 0%, $icedream-metadata-overlay-background-gradient-to 100%);
|
background: linear-gradient(to top, $icedream-metadata-overlay-background-gradient-from 0%, $icedream-metadata-overlay-background-gradient-to 100%);
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#{$icedream-metadata-overlay-background-gradient-from}, endColorstr=#{$icedream-metadata-overlay-background-gradient-to});
|
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#{$icedream-metadata-overlay-background-gradient-from}, endColorstr=#{$icedream-metadata-overlay-background-gradient-to});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue