RocketChat/Rocket.Chat

View on GitHub
apps/meteor/app/theme/client/imports/components/emoji.css

Summary

Maintainability
Test Coverage
.emoji {
    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 1.375rem;
    height: 1.375rem;
    margin: 0 0.15em;

    vertical-align: middle;
    white-space: nowrap;
    text-indent: 100%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    font-size: inherit;
    line-height: normal;
    image-rendering: auto;
}