hubl/src/styles/components/chat.scss

16 lines
158 B
SCSS
Raw Normal View History

2019-05-14 15:32:42 +00:00
// chat
.chat-view {
padding: 1.7rem;
height: calc(100vh - 84px);
> sib-chat {
position: absolute;
top: 0;
left: 0;
right: 0;
}
}