22 lines
324 B
SCSS
22 lines
324 B
SCSS
.MessageOutgoingStatus {
|
|
width: 1.1875rem;
|
|
height: 1.1875rem;
|
|
overflow: hidden;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
font-size: 1.1875rem;
|
|
|
|
i {
|
|
background: var(--background-color);
|
|
}
|
|
|
|
.icon-message-succeeded {
|
|
padding-left: 0.125rem;
|
|
}
|
|
|
|
.Transition {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|