Add XS shadow to top nav header to act as a slight border
This commit is contained in:
parent
536e1f2ab3
commit
82b8e3e0ed
|
@ -19,7 +19,8 @@
|
||||||
"justify-content": "flex-start",
|
"justify-content": "flex-start",
|
||||||
"align-items": "flex-start",
|
"align-items": "flex-start",
|
||||||
"background": "#fff",
|
"background": "#fff",
|
||||||
"width": "100%"
|
"width": "100%",
|
||||||
|
"box-shadow": "0 1px 2px 0 rgba(0, 0, 0, 0.05)"
|
||||||
},
|
},
|
||||||
"hover": {},
|
"hover": {},
|
||||||
"active": {},
|
"active": {},
|
||||||
|
|
Loading…
Reference in New Issue