2016-12-06 16:55:48 +00:00
|
|
|
.app-wrap {
|
|
|
|
@include display(flex);
|
|
|
|
min-height: calc(100vh - #{$footer-height});
|
|
|
|
}
|
|
|
|
|
2016-11-03 19:40:54 +00:00
|
|
|
.core-wrapper {
|
2016-12-06 16:55:48 +00:00
|
|
|
@include flex-grow(1);
|
|
|
|
margin: 0;
|
2016-11-03 19:40:54 +00:00
|
|
|
padding: $pad-base $pad-base 0;
|
|
|
|
|
|
|
|
&--show-panel {
|
|
|
|
margin-right: 300px;
|
|
|
|
}
|
2016-12-06 16:55:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.site-nav {
|
|
|
|
background-color: $white;
|
|
|
|
border-right: 1px solid $border-medium;
|
|
|
|
box-shadow: 2px 0 8px 0 rgba($black, 0.1);
|
|
|
|
box-sizing: border-box;
|
|
|
|
min-width: 240px;
|
2016-11-03 19:40:54 +00:00
|
|
|
|
2016-12-01 22:14:39 +00:00
|
|
|
@include breakpoint(tablet) {
|
2016-12-06 16:55:48 +00:00
|
|
|
padding-left: 0;
|
|
|
|
min-width: 55px;
|
2016-11-03 19:40:54 +00:00
|
|
|
}
|
|
|
|
}
|