Carbon/src/sass/components/chat.sass

18 lines
351 B
Sass
Raw Normal View History

@use "../colors" as c
.c-chat
display: grid
2020-10-19 05:37:17 +00:00
grid-template-rows: 1fr 82px // fixed so that input box height adjustment doesn't mess up scroll
align-items: end
2020-10-15 13:24:15 +00:00
flex: 1
&__messages
height: 100%
overflow-y: scroll
scrollbar-color: c.$darkest c.$darker
display: grid
align-items: end
&__inner
padding: 20px 20px 20px