mirror of
https://github.com/owncast/owncast.git
synced 2024-11-29 11:39:08 +03:00
15 lines
300 B
SCSS
15 lines
300 B
SCSS
@import 'styles/mixins.scss';
|
|
|
|
.chatModerationNotification {
|
|
background-color: var(--theme-background-primary);
|
|
color: var(--theme-color-components-chat-text);
|
|
margin: 5px;
|
|
padding: 10px 10px;
|
|
@include flexCenter;
|
|
|
|
.icon {
|
|
margin-right: 10px;
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
}
|