TeaWeb/client/css/static/main.scss

29 lines
344 B
SCSS
Raw Normal View History

html, body {
border: 0;
margin: 0;
}
.app-container {
right: 0;
left: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
position: absolute;
display: flex;
2019-04-04 19:47:52 +00:00
justify-content: stretch;
.app {
width: 100%;
height: 100%;
margin: 0;
display: flex; flex-direction: column; resize: both;
}
2019-08-21 08:00:01 +00:00
}
footer {
display: none!important;
}