spaCy/website/assets/css/_layout/_footer.sass
2016-09-30 20:29:03 +02:00

22 lines
577 B
Sass

// 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