Rework the rest wrapper usage and add offline banner

This commit is contained in:
Johannes Zellner
2018-12-11 18:17:53 +01:00
parent 1670f15732
commit e6ad14f8d4
3 changed files with 582 additions and 311 deletions

View File

@@ -129,6 +129,16 @@ html, body {
padding: 0;
}
.offline-banner {
position: fixed;
z-index: 30000;
background-color: $brand-danger;
width: 100%;
padding: 2px;
text-align: center;
color: white;
}
.layout-root {
display: flex;
flex-direction: column;