[fixed]: aggressive box-shadow

This commit is contained in:
Maciej A. Czyzewski 2016-10-08 22:21:19 +02:00
parent 25a92c181a
commit 3429b9d4a0

View file

@ -258,7 +258,7 @@
border: 1px solid $border-color;
border-radius: $border-radius;
background: #fff;
box-shadow: 0 0 10px rgba(#000, 0.25);
box-shadow: 0 8px 16px 4px rgba(#000, 0.2);
a {
margin: 0;