EndPwn2/css/hover.css

15 lines
184 B
CSS

/*
** Emoji
*/
.emoji:hover {
width: 32px;
height: 32px;
transition: width .4s ease-out;
}
.emoji.jumboable:hover {
width: 64px;
height: 64px;
transition: width .4s ease-out;
}