37 lines
492 B
Sass
37 lines
492 B
Sass
|
#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
|
||
|
|
||
|
.mailing-list
|
||
|
p
|
||
|
color: $text-color
|