UI Landing: Use variable instead of magic number for background.
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
$color-background-landing: #111
|
||||
|
||||
.landing-home
|
||||
.page-content
|
||||
@extend .text-white
|
||||
background-color: $color-background-landing
|
||||
background-color: $color-bg-dark-pages
|
||||
|
||||
.jumbotron
|
||||
padding-bottom: 15em
|
||||
@@ -72,6 +70,6 @@ $color-background-landing: #111
|
||||
z-index: 1
|
||||
&:after
|
||||
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
|
||||
visibility: visible
|
||||
|
Reference in New Issue
Block a user