mirror of
https://github.com/owncast/owncast.git
synced 2024-12-21 00:35:47 +03:00
14 lines
232 B
SCSS
14 lines
232 B
SCSS
.chatAction {
|
|
padding: 8px;
|
|
margin: 4px 1rem;
|
|
border-radius: 4px;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
color: var(--theme-color-components-chat-text);
|
|
background-color: var(--theme-color-palette-0);
|
|
|
|
|
|
p {
|
|
margin: 0;
|
|
}
|
|
}
|