mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 20:23:29 +08:00
* update package scripts to include prettifying scss files and stylelint-ing; fix related issues found from stylelinter * revert old prettier autofix * lint --------- Co-authored-by: Gabe Kangas <gabek@real-ity.com>
17 lines
321 B
SCSS
17 lines
321 B
SCSS
@import 'styles/mixins';
|
|
|
|
.chatModerationNotification {
|
|
background-color: var(--theme-background-primary);
|
|
color: var(--theme-color-components-chat-text);
|
|
padding: 10px;
|
|
font-size: var(--chat-message-text-size);
|
|
|
|
@include flex-center;
|
|
|
|
.icon {
|
|
margin-right: 10px;
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
}
|