Sha256: a735c6a58b9e2b0a2c3c3e75d8fc2a8a45d778fe5826e629d44ed4c9e9bf9ffd
Contents?: true
Size: 1013 Bytes
Versions: 2
Compression:
Stored size: 1013 Bytes
Contents
/*------------------------------------*\ #PAGE-SUB-FOOTER \*------------------------------------*/ $page-sub-footer-background-color: $background-secondary-color !default; $page-sub-footer-copyright-opacity: 0.6 !default; $page-sub-footer-copyright-font-size: 11px !default; .page-sub-footer { padding: $spacing-unit; color: $page-footer-color; background-color: $page-footer-background-color; border-top: 1px solid $border-color; } .page-sub-footer__copyright { margin: 0; font-size: $page-sub-footer-copyright-font-size; text-align: center; opacity: $page-sub-footer-copyright-opacity; @include respond-to($medium-breakpoint) { text-align: left; } } .page-sub-footer__payment-icons { margin: $spacing-unit; text-align: center; @include respond-to($medium-breakpoint) { text-align: right; } .payment-icon { margin: 0 $spacing-unit; } }
Version data entries
2 entries across 2 versions & 1 rubygems