TelegramPWA/src/components/common/MessageOutgoingStatus.scss
Alexander Zinchuk 3afcde3217 Initial commit
2021-04-09 14:11:51 +03:00

23 lines
341 B
SCSS

.MessageOutgoingStatus {
position: relative;
width: 1.19rem;
height: 1.19rem;
overflow: hidden;
display: inline-block;
line-height: 1;
font-size: 1.1875rem;
i {
background: var(--background-color);
}
.icon-message-succeeded {
padding-left: 0.13rem;
}
.Transition {
width: 100%;
height: 100%;
}
}