From cff8f6dd96713b61a0c3a24d00f8aeeb4153e82b Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Wed, 25 Mar 2020 11:23:44 +0100 Subject: [PATCH] Add box-shadow to distributor header for cart, checkout, and order confirmation pages --- .../stylesheets/darkswarm/distributor_header.css.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/darkswarm/distributor_header.css.scss b/app/assets/stylesheets/darkswarm/distributor_header.css.scss index fb1dc01a55..d06ef83c4c 100644 --- a/app/assets/stylesheets/darkswarm/distributor_header.css.scss +++ b/app/assets/stylesheets/darkswarm/distributor_header.css.scss @@ -1,5 +1,11 @@ @import "typography"; +section { + :not(shop) navigation { + box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), 0 8px 6px -6px rgba(0, 0, 0, 0.2) + } +} + .darkswarm navigation { display: block; background: $white;