1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00

Add XS shadow to top nav header to act as a slight border

This commit is contained in:
Andrew Kingston 2020-10-16 08:38:04 +01:00
parent 536e1f2ab3
commit 82b8e3e0ed

View file

@ -19,7 +19,8 @@
"justify-content": "flex-start",
"align-items": "flex-start",
"background": "#fff",
"width": "100%"
"width": "100%",
"box-shadow": "0 1px 2px 0 rgba(0, 0, 0, 0.05)"
},
"hover": {},
"active": {},