26 lines
442 B
SCSS
26 lines
442 B
SCSS
.bubble-main {
|
|
padding: 14px;
|
|
text-align:left;
|
|
display:flex;
|
|
align-items: center;
|
|
.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;
|
|
padding-left: 2px;
|
|
padding-top: 2px;
|
|
}
|
|
}
|
|
.recall-msg{
|
|
color:#999999;
|
|
}
|
|
}
|