Sha256: ec31bae994f27c410bd75aa77e45a08fec39b2a2ddcf25815e3aef5c0ef0c305

Contents?: true

Size: 1.16 KB

Versions: 62

Compression:

Stored size: 1.16 KB

Contents

/*------------------------------------*\
    #PAGE-FOOTER
\*------------------------------------*/

.page-footer {
    padding: ($spacing-unit * 4) 0 $spacing-unit;
}


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

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

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

    .page-footer__help {
        @extend %inline-list;
    }

        .page-footer__help-item {}

            .page-footer__help-link {}

    .page-footer__email-signup {
        text-align: center;

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

        .page-footer__email-signup-form {
            display: inline-block;
        }

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

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


    .page-footer__copyright {
        margin: 0;
        text-align: center;
    }

Version data entries

62 entries across 62 versions & 1 rubygems

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