Skip to content

Commit eb80717

Browse files
committed
Use filter dropshadow
1 parent a96cb6a commit eb80717

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

public/css/app.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ input[type='radio'] { border: 0; }
3232
/* =MODULES
3333
====================================================== */
3434
/* preview */
35-
.arrow_box { padding: 40px; width: 280px; height: 100px; border-radius: 6px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }
35+
.arrow_box { padding: 40px; width: 280px; height: 100px; border-radius: 6px;
36+
-webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.3));
37+
-moz-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.3));
38+
filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.3));
39+
}
3640

3741
/* logo */
3842
.logo { color: #ddf8c6; text-align: center; font-size: 54px; line-height: 54px; font-weight: bold; text-transform: uppercase; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }

0 commit comments

Comments
 (0)