You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
344 B
24 lines
344 B
.chat-message {
|
|
|
|
.chat-username {
|
|
color: #c8c8c8;
|
|
margin-right: 4px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.chat-content {
|
|
color: #a8a8a8;
|
|
em { color: inherit; }
|
|
strong { color: #c8c8c8; }
|
|
}
|
|
|
|
.chat-sticker {
|
|
display: inline-block;
|
|
margin-right: 8px;
|
|
|
|
video {
|
|
width: auto;
|
|
height: 100px;
|
|
}
|
|
}
|
|
}
|