Take control over your live stream video by running it yourself. Streaming + chat out of the box.
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.
 
 
 
 
 
 

16 lines
343 B

@import 'styles/mixins.scss';
.chatModerationNotification {
background-color: var(--theme-background-primary);
color: var(--theme-color-components-chat-text);
margin: 5px;
padding: 10px 10px;
font-size: var(--chat-message-text-size);
@include flexCenter;
.icon {
margin-right: 10px;
width: 20px;
height: 20px;
}
}