Skip to content

Commit 3130583

Browse files
committed
remove arrow box drop shadow
1 parent 6abb87d commit 3130583

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

public/css/app.css

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,7 @@ input[type='radio'] { border: 0; }
3232
/* =MODULES
3333
====================================================== */
3434
/* preview */
35-
.arrow_box { padding: 40px; width: 280px; height: 100px; border-radius: 6px;
36-
/*-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);*/
37-
38-
filter: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cfilter%20id%3D%27drop-shadow%27%3E%3CfeGaussianBlur%20in%3D%27SourceAlpha%27%20stdDeviation%3D%274%27%2F%3E%3CfeOffset%20dx%3D%270%27%20dy%3D%271%27%20result%3D%27offsetblur%27%2F%3E%3CfeFlood%20flood-color%3D%27rgba(0,0,0,0.3)%27%2F%3E%3CfeComposite%20in2%3D%27offsetblur%27%20operator%3D%27in%27%2F%3E%3CfeMerge%3E%3CfeMergeNode%2F%3E%3CfeMergeNode%20in%3D%27SourceGraphic%27%2F%3E%3C%2FfeMerge%3E%3C%2Ffilter%3E%3C%2Fsvg%3E#drop-shadow");
39-
-webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.3));
40-
filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.3));
41-
42-
}
35+
.arrow_box { padding: 40px; width: 280px; height: 100px; border-radius: 6px; }
4336

4437
/* logo */
4538
.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)