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:
parent
32e7b5fd86
commit
21e8ecdc0c
3 changed files with 16 additions and 9 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue