@charset 'UTF-8'; .emoticon { background-position: 50% 50%; background-repeat: no-repeat; background-size: contain; display: inline-block; height: 20px; min-height: 1em; min-width: 1em; vertical-align: middle; width: 20px; } .emoticon-suggestion { @include clearfix; cursor: pointer; font-size: 13px; height: 30px; line-height: 30px; width: 100%; > div { &:first-child { text-align: center; width: 30px; } } } .emoticon-suggestion__image { margin-top: -2px; max-height: 20px; max-width: 20px; padding: 0; text-align: center; vertical-align: middle; }