1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-02-23 14:11:15 +00:00

13 lines
152 B
CSS
Raw Normal View History

2017-06-20 13:29:15 +02:00
/**
* Emojies parser
*
* @author Pierre HUBERT
*/
/**
* Emoji images global style
*/
.emoji {
2018-04-20 15:40:09 +02:00
width: auto !important;
height: 2em !important;
2017-06-20 13:29:15 +02:00
}