hubl/src/scss/_chat.scss

18 lines
216 B
SCSS
Raw Normal View History

sib-chat {
2018-09-22 12:11:37 +00:00
//position: absolute;
border: 5px dotted red;
top: 0;
bottom: 0;
left: 0;
right: 0;
2018-09-21 11:29:45 +00:00
margin: auto;
display: none;
2018-09-22 12:11:37 +00:00
min-height: 300px;
}
.chat-view {
sib-chat {
2018-09-21 11:29:45 +00:00
display: block;
}
}