Prismite/src/views/chat/_message_box.scss
2023-01-24 04:35:59 +01:00

15 lines
281 B
SCSS

@use "../../vars" as v;
@use "../../colors" as c;
.channelTextArea-1FufC0 {
margin-bottom: 8;
margin-top: 8;
border-radius: v.$roundness;
border: v.$border-width solid c.$bg-brighter;
box-sizing: border-box;
.scrollableContainer-15eg7h {
}
}