UI Landing: Use variable instead of magic number for background.

This commit is contained in:
2019-04-03 11:40:55 +02:00
parent 144dcf7a76
commit 364fa76956

View File

@@ -1,9 +1,7 @@
$color-background-landing: #111
.landing-home .landing-home
.page-content .page-content
@extend .text-white @extend .text-white
background-color: $color-background-landing background-color: $color-bg-dark-pages
.jumbotron .jumbotron
padding-bottom: 15em padding-bottom: 15em
@@ -72,6 +70,6 @@ $color-background-landing: #111
z-index: 1 z-index: 1
&:after &:after
background-color: transparent background-color: transparent
background-image: linear-gradient(transparent 65%, $color-background-landing 100%) background-image: linear-gradient(transparent 65%, $color-bg-dark-pages 100%)
display: block display: block
visibility: visible visibility: visible