add hover
This commit is contained in:
parent
d23d6a24f7
commit
35fada4c09
1 changed files with 6 additions and 0 deletions
|
|
@ -30,6 +30,12 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
transition: transform 0.2s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Effet hover seulement sur la main interactive */
|
||||||
|
#interactive-hand .hand-tile-item:hover {
|
||||||
|
transform: translateY(-10px);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hand container - gère l'affichage des tuiles et du draw */
|
/* Hand container - gère l'affichage des tuiles et du draw */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue