0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00

Tiny tweak to the community hover state

refs: https://github.com/TryGhost/Team/issues/1531
This commit is contained in:
James Morris 2022-05-12 10:20:41 +01:00
parent da62c0c50b
commit e0d61631d3

View file

@ -1404,13 +1404,12 @@ Dashboard v5 Community */
background-image: url(img/community-background.jpg);
color: var(--white);
padding-top: 32px;
transition: all .5s ease-in-out;
transition: all 1.2s ease-in-out;
border: 0 none;
}
.gh-dashboard5-community .gh-dashboard5-resource-box:hover {
box-shadow: 0 54px 80px rgb(0 0 0 / 7%), 0 19.7109px 29.2013px rgb(0 0 0 / 5%), 0 9.56927px 14.1767px rgb(0 0 0 / 4%), 0 4.69103px 6.94968px rgb(0 0 0 / 3%), 0 1.85484px 2.74791px rgb(0 0 0 / 2%);
transform: translateY(-4px);
background-size: auto 108%;
}