1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fix hoverables

This commit is contained in:
Fedor Katurov 2023-12-26 11:18:45 +07:00
parent 32e7b5fd86
commit 21e8ecdc0c
3 changed files with 16 additions and 9 deletions

View file

@ -25,7 +25,7 @@
&:hover {
z-index: 10;
transition: all 100ms;
transform: scale(1.025) translateY(-2%);
transform: translateY(-2px);
box-shadow: rgba(0, 0, 0, 0.5) 0 10px 10px 5px;
&::after {