fleet/frontend/layouts/CoreLayout/_styles.scss
Martavis Parker 5f4541be30
New layout for home page with cards (#2524)
* renamed spinner

* removed redux

* new layout

* changes; default view until more info is added

* fixed page background

* added activities pagination

* lint fix
2021-10-18 06:36:43 -07:00

25 lines
373 B
SCSS

.app-wrap {
display: flex;
flex-direction: column;
min-height: 100vh;
}
.core-wrapper {
flex-grow: 1;
margin: 0;
padding: 0;
position: relative;
background-color: $core-white;
display: flex;
flex-direction: column;
}
.site-nav {
background: $gradients-dark-gradient;
box-sizing: border-box;
display: flex;
top: 0;
left: 0;
z-index: 100;
}