Sha256: 8e4f6dee89932a3d8c5911cdd66910ab3418e2f9bc35c75d0817befe94f335d2

Contents?: true

Size: 665 Bytes

Versions: 14

Compression:

Stored size: 665 Bytes

Contents

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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;
  @include breakpoint-mobile {
    flex-flow: column nowrap;
  }
  > main {
    flex: 1;
    padding: 0px 0px 60px 0px;
  }
  > aside {
    min-width: 300px;
    width: 20%;
    padding: 0px 16px;
    @include breakpoint-mobile {
      width: 100%;
    }
  }
}

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
pages_core-3.12.0 app/assets/stylesheets/pages/admin/components/layout.scss
pages_core-3.11.3 app/assets/stylesheets/pages/admin/components/layout.scss
pages_core-3.11.2 app/assets/stylesheets/pages/admin/components/layout.scss
pages_core-3.11.1 app/assets/stylesheets/pages/admin/components/layout.scss
pages_core-3.11.0 app/assets/stylesheets/pages/admin/components/layout.scss
pages_core-3.10.2 app/assets/stylesheets/pages/admin/components/layout.scss
pages_core-3.10.1 app/assets/stylesheets/pages/admin/components/layout.scss
pages_core-3.9.2 app/assets/stylesheets/pages/admin/components/layout.scss
pages_core-3.9.1 app/assets/stylesheets/pages/admin/components/layout.scss
pages_core-3.9.0 app/assets/stylesheets/pages/admin/components/layout.scss
pages_core-3.8.3 app/assets/stylesheets/pages/admin/components/layout.scss
pages_core-3.8.2 app/assets/stylesheets/pages/admin/components/layout.scss
pages_core-3.8.1 app/assets/stylesheets/pages/admin/components/layout.scss
pages_core-3.8.0 app/assets/stylesheets/pages/admin/components/layout.scss