owncast/web/components/chat/ChatModeratorNotification/ChatModeratorNotification.module.scss
2023-01-20 16:17:27 -08:00

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;
}
}