0
owncast/web/components/chat/ChatTextField/ChatTextField.module.scss

13 lines
222 B
SCSS
Raw Normal View History

2022-05-03 23:55:13 +02:00
.root {
2022-05-17 16:36:07 +02:00
padding: .3rem;
color: var(--text-secondry);
div[role=textbox] {
padding: .6rem;
border-radius: .35rem;
background-color: var(--color-owncast-gray-700);
& > p {
margin: 0px;
}
}
2022-05-11 23:31:31 -07:00
}