Sha256: 673dbde7f257f56f738dfa9bb26f32e8f9ff7d6dfe928a453f46259b87eb1a67

Contents?: true

Size: 1.02 KB

Versions: 7

Compression:

Stored size: 1.02 KB

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

7 entries across 7 versions & 1 rubygems

Version Path
express_ui-0.2.0 app/assets/stylesheets/express_ui/templates/_master_detail.sass
express_ui-0.1.7 app/assets/stylesheets/express_ui/templates/_master_detail.sass
express_ui-0.1.6 app/assets/stylesheets/express_ui/templates/_master_detail.sass
express_ui-0.1.5 app/assets/stylesheets/express_ui/templates/_master_detail.sass
express_ui-0.1.4 app/assets/stylesheets/express_ui/templates/_master_detail.sass
express_ui-0.1.3 app/assets/stylesheets/express_ui/templates/_master_detail.sass
express_ui-0.1.2 app/assets/stylesheets/express_ui/templates/_master_detail.sass