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.
|
@import 'styles/mixins.scss'; |
|
|
|
.chatSystemMessage { |
|
background-color: var(--theme-unknown-2); |
|
margin: 5px; |
|
border-radius: 15px; |
|
border-color: rgba(0, 0, 0, 0.3); |
|
border-width: 1px; |
|
border-style: solid; |
|
padding: 10px 10px; |
|
max-width: 400px; |
|
@include flexCenter; |
|
}
|
|
|