// Footer - Variables // ============================================================================ $footer-background : color($theme) pattern($theme) $footer-color : color(white) $footer-padding : 2.75rem 0 7.5rem 0 $footer-text-align : center // Footer - Style // ============================================================================ .footer @extend .link-list background: $footer-background color: $footer-color overflow: auto padding: $footer-padding position: relative text-align: $footer-text-align z-index: 200