hubl/src/scss/_styles.scss

30 lines
482 B
SCSS
Raw Normal View History

2018-03-11 23:42:46 +00:00
* {
2018-04-25 23:35:44 +00:00
box-sizing: border-box;
font-family: helvetica;
2018-03-11 23:42:46 +00:00
}
html, body, #mainContainer {
height: 100%;
}
2018-04-19 16:24:42 +00:00
#mainContainer {
2018-05-03 17:50:59 +00:00
padding-top: $menu-height;
2018-04-19 16:24:42 +00:00
}
2018-05-03 19:02:37 +00:00
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;
}
}