Reduce shadow on scroll-down button

This commit is contained in:
Jérémie Astori 2019-02-18 13:54:25 -05:00
parent 404de0ff5b
commit 8dee92bd04
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8

View file

@ -1121,9 +1121,7 @@ background on hover (unless active) */
border: 2px solid var(--button-color);
text-align: center;
transition: background 0.2s, color 0.2s;
box-shadow:
0 3px 5px -1px rgba(0, 0, 0, 0.2),
0 6px 10px 0 rgba(0, 0, 0, 0.14);
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.15);
}
.scroll-down:hover .scroll-down-arrow {