Fixed genre card hover

This commit is contained in:
2016-11-21 12:45:52 +09:00
parent 7907a0f775
commit 4159525c25
5 changed files with 27 additions and 19 deletions

View File

@ -5,8 +5,6 @@
float none !important
.grid-cell
uiElement()
position relative
flex-grow 0
@ -24,23 +22,29 @@
margin 0.5rem
&:hover
.backside-card
transform rotateY(180deg)
.front
opacity 0
.back
opacity 1
// .grid-icon
// transform scale(1.3)
.ui
uiElement()
.scale-out
&:hover
transform scale(1.02)
.backside-card
width 100%
height 100%
transition all transitionSpeed ease-in-out
&:hover
transform rotateY(180deg)
.front
opacity 0
.back
opacity 1
// .grid-icon
// transform scale(1.3)
.front
position absolute
left 0