mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
5f4541be30
* renamed spinner * removed redux * new layout * changes; default view until more info is added * fixed page background * added activities pagination * lint fix
25 lines
373 B
SCSS
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;
|
|
}
|