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.
19 lines
373 B
19 lines
373 B
@import 'styles/mixins.scss'; |
|
|
|
.chatModerationNotification { |
|
background-color: var(--theme-background-primary); |
|
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; |
|
|
|
.icon { |
|
margin-right: 10px; |
|
width: 20px; |
|
height: 20px; |
|
} |
|
}
|
|
|