18 lines
222 B
Plaintext
18 lines
222 B
Plaintext
|
|
page {
|
|
background-color: #fff;
|
|
}
|
|
.chat-custom-right {
|
|
flex: 1;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: flex-end;
|
|
}
|
|
.chat-custom-text {
|
|
font-size: 12px;
|
|
color: #999;
|
|
}
|