hubl/src/scss/_styles.scss

30 lines
482 B
SCSS

* {
box-sizing: border-box;
font-family: helvetica;
}
html, body, #mainContainer {
height: 100%;
}
#mainContainer {
padding-top: $menu-height;
}
hd-chat-window {
position: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
margin: auto;
padding-top: $menu-height;
padding-right: $vertical-menu-width;
display: none;
}
.chat-wrapper {
hd-chat-window {
display: block;
}
}