22 lines
354 B
SCSS
Raw Normal View History

.bubble-main {
padding: 14px;
text-align:left;
2019-11-01 14:52:53 +09:00
.icon-recall{
width: 30px;
height: 30px;
display: inline-flex;
border-radius: 50%;
background: #999999;
align-items: center;
justify-content: center;
margin-right: 6px;
i{
color:#ffffff;
font-size:20px;
}
}
.recall-msg{
color:#999999;
}
}