Sha256: 0987fee74713de41c17b6da27ad627326f428ded08347182463b4a39f5a7dd8a

Contents?: true

Size: 1.01 KB

Versions: 6

Compression:

Stored size: 1.01 KB

Contents

.ae-template-content-sidebar, .ae-template-content-sidebar-fixed
  @include tablet-max
    .ae-sidebar-left
      display: none
      left: 10px
      top: 4.6em
      right: 10px
      width: auto !important
      z-index: 99
      height: auto !important

    .ae-content
      left: 0 !important
      right: 0 !important

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

  .ae-sidebar-left
    height: 100%
    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
    overflow: auto

    @include tablet-max
      padding-top: $container-padding*6

Version data entries

6 entries across 6 versions & 1 rubygems

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