]> git.parisson.com Git - mezzo.git/commitdiff
Update black page block style
authorJérémy Fabre <Jeremy@iMac-de-Jeremy-2.fritz.box>
Tue, 14 Feb 2017 09:31:07 +0000 (10:31 +0100)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy-2.fritz.box>
Tue, 14 Feb 2017 09:31:07 +0000 (10:31 +0100)
app/static/src/sass/modules/_page.scss

index 8656c87044f589f5506cdf08268b90d14c665930..a7aed2aea1695085df63e0c30e6b58aa528fa59c 100644 (file)
@@ -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;