mirror of
https://github.com/owncast/owncast.git
synced 2024-12-21 00:35:47 +03:00
17 lines
334 B
SCSS
17 lines
334 B
SCSS
@import 'styles/mixins';
|
|
|
|
.chatModerationNotification {
|
|
background-color: var(--theme-background-primary);
|
|
color: var(--theme-color-components-chat-text);
|
|
margin: 5px;
|
|
padding: 10px;
|
|
font-size: var(--chat-message-text-size);
|
|
|
|
@include flexCenter;
|
|
|
|
.icon {
|
|
margin-right: 10px;
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
}
|