Sha256: 3de7878307d8e5d949fb78425758ceec445b19b2edb02269108865f4d630ff98

Contents?: true

Size: 846 Bytes

Versions: 2

Compression:

Stored size: 846 Bytes

Contents

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

  @include tablet
    padding: 0.5em 0

  @include tablet-max
    text-align: center
    height: $header-max-height*2
    max-height: 100%

  .ae-logo
    float: left
    padding: 0.25em 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: 2

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

    @include tablet-max
      z-index: 99


  & + [class*="ae-template-"]
    margin-top: ($header-max-height/2.75)

    @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.1.1 app/assets/stylesheets/express_ui/organisms/_header.sass
express_ui-0.1.0 app/assets/stylesheets/express_ui/organisms/_header.sass