Sha256: 157f7b7e1d8688945e43752d6523e5963f45aeec8bb2d26bf56eb4206bfd21f9

Contents?: true

Size: 629 Bytes

Versions: 5

Compression:

Stored size: 629 Bytes

Contents

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

  .ae-sidebar-left
    height: auto
    overflow: visible

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

.ae-template-content-sidebar-fixed
  @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-content
    position: absolute
    padding: $container-padding*2 $container-padding*4
    right: $container-padding*4

Version data entries

5 entries across 5 versions & 1 rubygems

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