Sha256: 2e7a9f08f4773fda7e067978cacd3970287540e445e7b0a226462f473347c851

Contents?: true

Size: 1.03 KB

Versions: 2

Compression:

Stored size: 1.03 KB

Contents

header
  background: $gray-background
  height: $header-height
  max-height: $header-max-height
  @include box-shadow(0, 0, 3px, 0, rgba($border-dark, 0.5))
  @include clearfix

  @include tablet
    padding: 0.5em 1em

  @include tablet-max
    text-align: center
    height: auto
    min-height: 70px
    max-height: 100%

  .ae-logo
    float: left
    padding: 0.25em 0.5em

    @include tablet
      padding: 1em 0.5em

    img
      margin: 0

    @include tablet-max
      float: none
      padding: 1em 0
      display: block

      img
        margin: 0 auto

  &.ae-header-fixed
    position: fixed
    top: 0
    left: 0
    right: 0
    z-index: 99

    & + .ae-container
      margin-top: ($header-max-height/2.75)

    & + [class*="ae-template-master-"]
      @include tablet-max
        z-index: 99
        margin-top: $header-max-height !important

    @include tablet-max
      z-index: 99


  & + [class*="ae-template-"]
    margin-top: $header-height

    @include tablet-max
      z-index: 99
      margin-top: $header-max-height

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
express_ui-0.5.2 app/assets/stylesheets/express_ui/organisms/_header.sass
express_ui-0.5.1 app/assets/stylesheets/express_ui/organisms/_header.sass