元の絵文字と同じ場所に Discourse 絵文字を使用したい場合は、次のコードを使用できます。
.waving-hand {
display: none;
}
.login-title:after {
content: "";
background: url("https://emoji.discourse-cdn.com/twitter/slight_smile.png?v=12");
background-size: contain;
display: inline-block;
height: 35px;
width: 35px;
margin-left: 35px;
}
