Sha256: 1aae7ef083b79ee0073bdbf46676f3ad54a026231a1d6d5f59fa3aa307dfbddb

Contents?: true

Size: 940 Bytes

Versions: 5

Compression:

Stored size: 940 Bytes

Contents

.ae-template-master-detail
  @include sidebar(15%)
  @include sidebar-right(30%)
  display: flex
  flex-flow: row nowrap
  align-items: stretch
  max-width: 100%

  .ae-sidebar-left
    height: 100%
    overflow: visible

  .ae-sidebar-right
    @include container-table-cell
    height: 100%
    right: 0
    position: absolute

  .ae-content
    padding: $container-padding $container-padding*4
    width: $container

  .ae-code-block
    @include tablet
      width: auto

.ae-template-master-detail-fixed
  @include sidebar-right(30%)
  @include sidebar-fixed(15%)
  display: flex
  flex-flow: row nowrap
  align-items: stretch
  max-width: 100%
  height: 100%

  .ae-sidebar-left
    position: fixed
    height: 100%

  .ae-sidebar-right
    position: fixed
    height: 100%
    right: 0

  .ae-content
    position: absolute
    padding: $container-padding $container-padding*4

  .ae-code-block
    @include tablet
      width: auto

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
express_ui-0.4.2 app/assets/stylesheets/express_ui/templates/_master_detail.sass
express_ui-0.4.1 app/assets/stylesheets/express_ui/templates/_master_detail.sass
express_ui-0.4.0 app/assets/stylesheets/express_ui/templates/_master_detail.sass
express_ui-0.3.0 app/assets/stylesheets/express_ui/templates/_master_detail.sass
express_ui-0.2.1 app/assets/stylesheets/express_ui/templates/_master_detail.sass