.basic-layout {
  height: 100%;

  &:empty {
    display: none;
  }

  .basic-layout-content {
    margin: 24px;
  }
}
