0
owncast/web/components/chat/ChatTextField/ChatTextField.module.scss
2022-05-17 16:36:07 +02:00

13 lines
222 B
SCSS

.root {
padding: .3rem;
color: var(--text-secondry);
div[role=textbox] {
padding: .6rem;
border-radius: .35rem;
background-color: var(--color-owncast-gray-700);
& > p {
margin: 0px;
}
}
}