Sha256: bafc9aa2ba1ce931870e3a8f3e7fb5378cfad4aaec0dc38936be55a6b6056d7d

Contents?: true

Size: 591 Bytes

Versions: 2

Compression:

Stored size: 591 Bytes

Contents

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  margin: 0px;
  padding: 0px;
  height: 100vh;
}

.wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;

  & > *,
  & .main-wrapper {
    flex-shrink: 0;
  }
}

.main-wrapper {
  flex: 1 0 auto;
  display: flex;
  flex-flow: row nowrap;

  @media --mobile {
    flex-flow: column nowrap;
  }

  & > main {
    flex: 1;
    padding: 0px 0px 60px 0px;
  }

  & > aside {
    min-width: 300px;
    width: 20%;
    padding: 0px 16px;

    @media --mobile {
      width: 100%;
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pages_core-3.12.2 app/assets/stylesheets/pages_core/admin/components/layout.css
pages_core-3.12.1 app/assets/stylesheets/pages_core/admin/components/layout.css