.query-page { @at-root .has-sidebar > &__content { @include display(flex); @include flex-direction(column); @include align-self(stretch); margin-bottom: $pad-base; } &__results { @include display(flex); @include flex-grow(1); &--loading { @include align-items(center); } } }