From bcef31576a6709e2a23620ad6f7b7160437e1165 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Mon, 11 Jun 2018 17:14:46 +0200 Subject: [PATCH] grandlyon-sau: update header border styles (#24374) --- static/grandlyon-sau/_custom.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/grandlyon-sau/_custom.scss b/static/grandlyon-sau/_custom.scss index 0614338d..61b8e0c7 100644 --- a/static/grandlyon-sau/_custom.scss +++ b/static/grandlyon-sau/_custom.scss @@ -2,10 +2,6 @@ body { background: $body-background; - border-top: 25px solid $primary-color; - @media screen and (max-width: $mobile-limit) { - border-top: 3px solid $primary-color; - } } div#nav { @@ -24,7 +20,11 @@ div.cell hr { div#header-wrapper { max-width: 100%; background: white; - border-bottom: 1px solid #CCCCCC; + border-bottom: 5px solid $primary-color; + box-shadow: 0px 0px 10px #888888; + @media screen and (max-width: $mobile-limit) { + border-bottom: 3px solid $primary-color; + } #top #logo { @media screen and (max-width: $mobile-limit) { padding-left: 0; -- 2.17.1