Rework the rest wrapper usage and add offline banner
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user