html, body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; height: 100%; margin: 0; padding: 0; width: 100%; } .app-wrapper { @include full-height; width: 100%; } .app-root { @include flex; flex-direction: column; } .app-content { @include flex; @include full-height; overflow: hidden; } .view-box { @include full-height; @include margin(0); @include space-between-column; height: 100vh; } .view-panel { @include margin($zero); @include padding($space-normal); flex-direction: column; overflow-y: auto; } .content-box { @include padding($space-normal); overflow: auto; } .back-button { @include flex; align-items: center; color: $color-woot; cursor: pointer; font-size: $font-size-default; font-weight: $font-weight-normal; margin-right: $space-normal; &::before { font-size: $font-size-large; margin-right: $space-small; vertical-align: text-bottom; } } .button-spinner { float: right; } .no-items-error-message { @include flex; @include full-height; align-items: center; flex-direction: column; justify-content: center; img { @include padding($space-one); max-width: $space-mega; } }