Sha256: 82578b634afa83be544a4471c406d0ef334d6184960fbb891ced8b69f0cc109e

Contents?: true

Size: 1.64 KB

Versions: 62

Compression:

Stored size: 1.64 KB

Contents

/*------------------------------------*\
    #PAGE-HEADER
\*------------------------------------*/

$page-header-logo-width:   255px !default;
$page-header-logo-height:  43px !default;

.page-header {
    position: relative;
    z-index: index($page-container, page-header);
    padding: $spacing-unit 0 ($spacing-unit * 2);
}

.page-header--checkout {
    padding-top: ($spacing-unit * 2);
}


    .page-header__locale {}


    .page-header__account-link {}

    .page-header__logout-link {
        &:before { content: '('; }
        &:after  { content: ')'; }
    }


    .page-header__cart-link {}

        .page-header__cart-count {
            &:before { content: ' ('; }
            &:after  { content: ')';  }
        }


    .page-header__logo {
        display: block;
        margin: $vertical-margin auto;
        width:  $page-header-logo-width;
        height: $page-header-logo-height;

        @include respond-to($medium-breakpoint) {
            margin: 0;
        }
    }


    .page-header__search {
        text-align: center;

        @include respond-to($medium-breakpoint) {
            text-align: right;
        }
    }

        .page-header__search-form {}

            .page-header__search-value {
                display: inline-block;
                vertical-align: top;
            }

            .page-header__search-button {
                display: inline-block;
                vertical-align: top;
            }


    /**
     * 1. make sure no content block can inject `p` tags that will break layout.
     */
    .page-header__promo {
        margin: $vertical-margin 0;
        text-align: center;

        p { margin: 0; } /* [1] */
    }

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.5.15 app/assets/stylesheets/workarea/storefront/components/_page_header.scss
workarea-storefront-3.4.36 app/assets/stylesheets/workarea/storefront/components/_page_header.scss
workarea-storefront-3.5.14 app/assets/stylesheets/workarea/storefront/components/_page_header.scss
workarea-storefront-3.4.35 app/assets/stylesheets/workarea/storefront/components/_page_header.scss
workarea-storefront-3.5.13 app/assets/stylesheets/workarea/storefront/components/_page_header.scss
workarea-storefront-3.4.34 app/assets/stylesheets/workarea/storefront/components/_page_header.scss
workarea-storefront-3.5.12 app/assets/stylesheets/workarea/storefront/components/_page_header.scss
workarea-storefront-3.4.33 app/assets/stylesheets/workarea/storefront/components/_page_header.scss
workarea-storefront-3.5.11 app/assets/stylesheets/workarea/storefront/components/_page_header.scss
workarea-storefront-3.5.10 app/assets/stylesheets/workarea/storefront/components/_page_header.scss
workarea-storefront-3.4.32 app/assets/stylesheets/workarea/storefront/components/_page_header.scss
workarea-storefront-3.5.9 app/assets/stylesheets/workarea/storefront/components/_page_header.scss
workarea-storefront-3.4.31 app/assets/stylesheets/workarea/storefront/components/_page_header.scss
workarea-storefront-3.5.8 app/assets/stylesheets/workarea/storefront/components/_page_header.scss
workarea-storefront-3.4.30 app/assets/stylesheets/workarea/storefront/components/_page_header.scss
workarea-storefront-3.5.7 app/assets/stylesheets/workarea/storefront/components/_page_header.scss
workarea-storefront-3.4.29 app/assets/stylesheets/workarea/storefront/components/_page_header.scss
workarea-storefront-3.5.6 app/assets/stylesheets/workarea/storefront/components/_page_header.scss
workarea-storefront-3.4.28 app/assets/stylesheets/workarea/storefront/components/_page_header.scss
workarea-storefront-3.5.5 app/assets/stylesheets/workarea/storefront/components/_page_header.scss