Sha256: 408f1e3f403192e241909bf1fb6299ddb5cf58836d734596284ef400204eaa37

Contents?: true

Size: 929 Bytes

Versions: 7

Compression:

Stored size: 929 Bytes

Contents

@mixin sidebar-right($width)
  .ae-content
    right: $width

  .ae-sidebar-right
    width: $width

.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: auto
    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-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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
express_ui-0.1.1 app/assets/stylesheets/express_ui/templates/_master_detail.sass
express_ui-0.1.0 app/assets/stylesheets/express_ui/templates/_master_detail.sass
express_ui-0.1.0.rc7 app/assets/stylesheets/express_ui/templates/_master_detail.sass
express_ui-0.1.0.rc5 app/assets/stylesheets/express_ui/templates/_master_detail.sass
express_ui-0.1.0.rc4 app/assets/stylesheets/express_ui/templates/_master_detail.sass
express_ui-0.1.0.rc3 app/assets/stylesheets/express_ui/templates/_master_detail.sass
express_ui-0.1.0.rc1 app/assets/stylesheets/express_ui/templates/_master_detail.sass