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;