16 lines
158 B
SCSS
16 lines
158 B
SCSS
|
|
||
|
// chat
|
||
|
|
||
|
.chat-view {
|
||
|
padding: 1.7rem;
|
||
|
height: calc(100vh - 84px);
|
||
|
|
||
|
> sib-chat {
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
}
|
||
|
}
|
||
|
|