2016-03-31 17:24:48 +03:00
|
|
|
// Footer - Variables
|
|
|
|
// ============================================================================
|
|
|
|
|
|
|
|
$footer-background : color($theme) pattern($theme)
|
|
|
|
$footer-color : color(white)
|
2016-09-30 21:29:03 +03:00
|
|
|
$footer-padding : 2.75rem 0 7.5rem 0
|
2016-03-31 17:24:48 +03:00
|
|
|
$footer-text-align : center
|
|
|
|
|
|
|
|
|
|
|
|
// Footer - Style
|
|
|
|
// ============================================================================
|
|
|
|
|
|
|
|
.footer
|
|
|
|
@extend .link-list
|
|
|
|
background: $footer-background
|
|
|
|
color: $footer-color
|
|
|
|
overflow: auto
|
|
|
|
padding: $footer-padding
|
2016-09-30 21:29:03 +03:00
|
|
|
position: relative
|
2016-03-31 17:24:48 +03:00
|
|
|
text-align: $footer-text-align
|
2016-09-30 21:29:03 +03:00
|
|
|
z-index: 200
|