mirror of
https://github.com/owncast/owncast.git
synced 2024-11-26 23:24:29 +03:00
16 lines
294 B
SCSS
16 lines
294 B
SCSS
.root {
|
|
display: inline-flex;
|
|
padding: 10px 0;
|
|
color: var(--theme-color-components-chat-text);
|
|
font-weight: 400;
|
|
font-size: var(--chat-message-text-size);
|
|
|
|
.moderatorBadge,
|
|
.user {
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
|
|
.icon {
|
|
padding: 0 var(--chat-notification-icon-padding) 0 16px;
|
|
}
|