2022-07-14 20:36:47 -07:00
|
|
|
@import 'styles/mixins.scss';
|
|
|
|
|
|
|
|
.chatModerationNotification {
|
|
|
|
background-color: var(--theme-background-primary);
|
2023-01-18 19:16:03 -08:00
|
|
|
color: var(--theme-color-components-chat-text);
|
2022-07-14 20:36:47 -07:00
|
|
|
margin: 5px;
|
|
|
|
border-radius: 15px;
|
2023-01-18 19:16:03 -08:00
|
|
|
border-color: var(--theme-color-components-text-on-dark);
|
2022-07-14 20:36:47 -07:00
|
|
|
border-width: 1px;
|
|
|
|
border-style: solid;
|
|
|
|
padding: 10px 10px;
|
|
|
|
@include flexCenter;
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
margin-right: 10px;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
}
|