2015-08-30 12:34:43 -04:00
|
|
|
#footer
|
|
|
|
+position(fixed, null null 0 0)
|
|
|
|
width: 100%
|
|
|
|
background: white
|
|
|
|
margin: 0
|
|
|
|
padding: 10px 15px
|
|
|
|
z-index: -9999999
|
|
|
|
|
|
|
|
.column-info
|
|
|
|
text-align: center
|
|
|
|
|
|
|
|
p
|
|
|
|
font:
|
|
|
|
size: 18px
|
|
|
|
weight: bold
|
|
|
|
text-decoration: underline
|
|
|
|
|
|
|
|
ul
|
|
|
|
list-style: none
|
|
|
|
|
|
|
|
a
|
|
|
|
text-decoration: none
|
|
|
|
color: $text-color
|
|
|
|
+transition(all, 200ms)
|
|
|
|
|
|
|
|
&:hover
|
|
|
|
color: $main-color
|
|
|
|
|
|
|
|
.copyright
|
|
|
|
p
|
|
|
|
color: $text-color
|
|
|
|
text-align: center
|
2015-08-30 13:53:06 -04:00
|
|
|
|
|
|
|
hr
|
|
|
|
border-color: #666
|
2015-08-30 12:34:43 -04:00
|
|
|
|
|
|
|
.mailing-list
|
|
|
|
p
|
|
|
|
color: $text-color
|