Improved styles

This commit is contained in:
2016-12-01 00:29:36 +09:00
parent 4631a10d24
commit fe03d70095
15 changed files with 245 additions and 21 deletions

View File

@ -55,7 +55,7 @@ mixin flip-card
left 0
top 0
opacity 1
transition all transition-speed ease
default-transition
transform rotateY(0)
.back
@ -63,5 +63,5 @@ mixin flip-card
left 0
top 0
opacity 0
transition all transition-speed ease
default-transition
transform rotateY(180deg)