Reduce shadow on scroll-down button
This commit is contained in:
parent
404de0ff5b
commit
8dee92bd04
@ -1121,9 +1121,7 @@ background on hover (unless active) */
|
|||||||
border: 2px solid var(--button-color);
|
border: 2px solid var(--button-color);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
transition: background 0.2s, color 0.2s;
|
transition: background 0.2s, color 0.2s;
|
||||||
box-shadow:
|
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.15);
|
||||||
0 3px 5px -1px rgba(0, 0, 0, 0.2),
|
|
||||||
0 6px 10px 0 rgba(0, 0, 0, 0.14);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.scroll-down:hover .scroll-down-arrow {
|
.scroll-down:hover .scroll-down-arrow {
|
||||||
|
Loading…
Reference in New Issue
Block a user