From 2707b5b1f2c91193d6ae339393d410a30e1895d9 Mon Sep 17 00:00:00 2001 From: Soldat Date: Tue, 6 Nov 2018 00:56:16 +0100 Subject: [PATCH] changed color adn local --- core/static/core/style.scss | 2 +- core/templates/core/base.jinja | 2 +- locale/fr/LC_MESSAGES/django.po | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/static/core/style.scss b/core/static/core/style.scss index 320e718e..dc6ef753 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -375,7 +375,7 @@ header { overflow: auto; width: 100%; background-color: #f9f9f9; - box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); + box-shadow: 3px 3px 3px 0px $shadow-color; z-index: 1; } diff --git a/core/templates/core/base.jinja b/core/templates/core/base.jinja index c5b188a3..1916851a 100644 --- a/core/templates/core/base.jinja +++ b/core/templates/core/base.jinja @@ -150,7 +150,7 @@