[O] Add drop shadows
This commit is contained in:
@@ -56,6 +56,7 @@
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 25%;
|
left: 25%;
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
|
box-shadow: 0 -2px 9px 0 #ecebeb;
|
||||||
|
|
||||||
// Trapezoid
|
// Trapezoid
|
||||||
transform: perspective(50px) rotateX(10deg);
|
transform: perspective(50px) rotateX(10deg);
|
||||||
@@ -69,6 +70,7 @@
|
|||||||
top: 61px;
|
top: 61px;
|
||||||
left: 25%;
|
left: 25%;
|
||||||
padding-bottom: 2px;
|
padding-bottom: 2px;
|
||||||
|
box-shadow: 0 2px 9px 0 #ecebeb;
|
||||||
|
|
||||||
// Trapezoid
|
// Trapezoid
|
||||||
transform: perspective(50px) rotateX(-10deg);
|
transform: perspective(50px) rotateX(-10deg);
|
||||||
@@ -81,6 +83,7 @@
|
|||||||
|
|
||||||
// Font
|
// Font
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
color: #ab8585;
|
||||||
|
|
||||||
// Cursor
|
// Cursor
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
Reference in New Issue
Block a user