Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/inc/lib/javascript/emojione/css/emojione.css

19 lines
332 B

.emojione {
/* Emoji Sizing */
font-size: inherit;
height: 3ex;
width: 3.1ex;
min-height: 20px;
min-width: 20px;
/* Inline alignment adjust the margins */
display: inline-block;
margin: -.4ex .15em .2ex;
line-height: normal;
vertical-align: sub;
}
img.emojione {
/* prevent img stretch */
width: auto;
}