EndPwn2/css/hover.css
BlockBuilder57 acf5484db3 add endpwn
yeah just add all of it
2018-04-17 21:35:29 -05:00

15 lines
No EOL
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;
}