Using gradient mixin instead
parent
71f96883d0
commit
bd2dbbd5e1
|
@ -66,11 +66,7 @@ body > #react-root {
|
||||||
position: relative;
|
position: relative;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background: $g18-cloud;
|
@include gradient-v($g18-cloud, $g19-ghost);
|
||||||
background: -moz-linear-gradient(top, $g18-cloud 0%, $g19-ghost 100%);
|
|
||||||
background: -webkit-linear-gradient(top, $g18-cloud 0%,$g19-ghost 100%);
|
|
||||||
background: linear-gradient(to bottom, $g18-cloud 0%,$g19-ghost 100%);
|
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$g18-cloud', endColorstr='$g19-ghost',GradientType=0 );
|
|
||||||
}
|
}
|
||||||
.signup-flow-bg {
|
.signup-flow-bg {
|
||||||
background-image: url(/assets/images/signup-bg.png);
|
background-image: url(/assets/images/signup-bg.png);
|
||||||
|
|
Loading…
Reference in New Issue