Sha256: 430eb47039541e9594778026d097c16cfca165747d6e36fc13416f6b19756904

Contents?: true

Size: 1.03 KB

Versions: 7

Compression:

Stored size: 1.03 KB

Contents

.ae-template-content-sidebar, .ae-template-content-sidebar-fixed
  @include tablet-max
    .ae-sidebar-left
      display: none
      left: 10px
      margin-top: 2em
      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 !important

Version data entries

7 entries across 7 versions & 1 rubygems

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