Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -12,6 +12,7 @@ const SubMenuBar = Styled.div` | ... | @@ -12,6 +12,7 @@ const SubMenuBar = Styled.div` |
12 | justify-content: space-between; | 12 | justify-content: space-between; |
13 | align-items: center; | 13 | align-items: center; |
14 | padding: 20px 10px; | 14 | padding: 20px 10px; |
15 | + box-shadow: 1px 1px 7px #8395a7; | ||
15 | `; | 16 | `; |
16 | 17 | ||
17 | const PlusIconBox = Styled.div` | 18 | const PlusIconBox = Styled.div` | ... | ... |
-
Please register or login to post a comment