From: Jérémy Fabre Date: Tue, 14 Feb 2017 09:31:07 +0000 (+0100) Subject: Update black page block style X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6c7c73f8f893370a05514825b1130af96036b3bf;p=mezzo.git Update black page block style --- diff --git a/app/static/src/sass/modules/_page.scss b/app/static/src/sass/modules/_page.scss index 8656c870..a7aed2ae 100644 --- a/app/static/src/sass/modules/_page.scss +++ b/app/static/src/sass/modules/_page.scss @@ -277,7 +277,7 @@ $module: ".page"; &--black { - background-color: $color-black; + background-color: $color-background; color: white; @include padding-top(2); @include padding-bottom(2); @@ -288,7 +288,7 @@ $module: ".page"; content: ""; display: block; height: 1px; - background: rgba(255, 255, 255, 0.5); + background: rgba($color-main, 0.5); width: 100%; top: -4px; position: absolute; @@ -297,7 +297,7 @@ $module: ".page"; content: ""; display: block; height: 1px; - background: rgba(255, 255, 255, 0.5); + background: rgba($color-main, 0.5); width: 100%; bottom: -4px; position: absolute;