// ============================================================================
// :: SLDS Root
// ============================================================================
.s-slds-root div.siteforceContentArea > div.ui-widget {
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  overflow: hidden;

  background-color: $background-color-white;

  @include respond-at($breakpoint-tablet-default) {
    align-items: stretch;

    background-color: $background-color-base;
  }
}

.s-slds-root .l-root__header{
	width: 100%;
}
