2018-10-03 20:04:29 +00:00
|
|
|
html, body {
|
|
|
|
border: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.app-container {
|
2019-03-31 18:07:03 +00:00
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
|
2018-10-03 20:04:29 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
position: absolute;
|
|
|
|
display: flex;
|
2019-04-04 19:47:52 +00:00
|
|
|
justify-content: stretch;
|
2018-10-03 20:04:29 +00:00
|
|
|
|
|
|
|
.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;
|
2018-10-03 20:04:29 +00:00
|
|
|
}
|