Merge pull request #9243 from RocketChat/move-emojipicker-css-to-theme-package
[FIX] Move emojipicker css to theme packagepull/9258/head
parent
727571d0be
commit
45606e590d
@ -1,27 +0,0 @@ |
||||
.emoji { |
||||
position: relative; |
||||
|
||||
display: inline-block; |
||||
overflow: hidden; |
||||
|
||||
width: 22px; |
||||
height: 22px; |
||||
margin: 0 0.15em; |
||||
|
||||
vertical-align: middle; |
||||
white-space: nowrap; |
||||
text-indent: 100%; |
||||
|
||||
background-repeat: no-repeat; |
||||
background-position: center; |
||||
background-size: cover; |
||||
|
||||
font-size: inherit; |
||||
line-height: normal; |
||||
image-rendering: auto; |
||||
} |
||||
|
||||
.emoji.big { |
||||
width: 44px !important; |
||||
height: 44px !important; |
||||
} |
Loading…
Reference in new issue