Using gradient mixin instead

pull/10616/head
Alex P 2016-11-14 15:46:30 -08:00
parent e6e7d37eb1
commit ec32512ed8
1 changed files with 1 additions and 5 deletions

View File

@ -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);