[O] Add drop shadows
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user