From 923a7e824fa57f72988c685d495d3edc93a2aa6d Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sun, 20 Oct 2019 21:19:18 -0400 Subject: [PATCH] [O] Add drop shadows --- src/components/navigation/navigation.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/navigation/navigation.scss b/src/components/navigation/navigation.scss index e3917f9..6eb4f76 100644 --- a/src/components/navigation/navigation.scss +++ b/src/components/navigation/navigation.scss @@ -56,6 +56,7 @@ bottom: 0; left: 25%; padding-top: 2px; + box-shadow: 0 -2px 9px 0 #ecebeb; // Trapezoid transform: perspective(50px) rotateX(10deg); @@ -69,6 +70,7 @@ top: 61px; left: 25%; padding-bottom: 2px; + box-shadow: 0 2px 9px 0 #ecebeb; // Trapezoid transform: perspective(50px) rotateX(-10deg); @@ -81,6 +83,7 @@ // Font font-size: 14px; + color: #ab8585; // Cursor cursor: pointer;