mirror of
https://github.com/EndPwnArchive/EndPwn2.git
synced 2024-08-15 00:23:25 +00:00
acf5484db3
yeah just add all of it
15 lines
No EOL
184 B
CSS
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;
|
|
} |