mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
12 lines
116 B
CSS
12 lines
116 B
CSS
|
/**
|
||
|
* Emojies parser
|
||
|
*
|
||
|
* @author Pierre HUBERT
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* Emoji images global style
|
||
|
*/
|
||
|
.emoji {
|
||
|
height: 2em;
|
||
|
}
|