Add box-shadow to distributor header for cart, checkout, and order confirmation pages

This commit is contained in:
Matt-Yorkley
2020-03-25 11:23:44 +01:00
parent 81537d92cf
commit cff8f6dd96

View File

@@ -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;