mirror of
https://github.com/EndPwnArchive/EndPwn2.git
synced 2024-08-15 00:23:25 +00:00
15 lines
184 B
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;
|
||
|
}
|