42917806e9
removed unnecessary components, combined where necessary added each component to a folder, added individual css style modules optimized some component rendering flows removed functional components in favor of pure components linted and formatted all of the files
28 lines
408 B
SCSS
28 lines
408 B
SCSS
.autosuggest-emoji {
|
|
display: flex;
|
|
justify-items: center;
|
|
align-content: flex-start;
|
|
flex-direction: row;
|
|
|
|
@include text-sizing(14px, 400, 18px);
|
|
|
|
img {
|
|
display: block;
|
|
margin-right: 8px;
|
|
|
|
@include size(16px);
|
|
}
|
|
}
|
|
|
|
.emojione {
|
|
font-size: inherit;
|
|
vertical-align: middle;
|
|
object-fit: contain;
|
|
margin: -.2ex .15em .2ex;
|
|
|
|
@include size(16px);
|
|
|
|
img {
|
|
width: auto;
|
|
}
|
|
} |