2014-05-03 23:01:36 +00:00
|
|
|
footer.footer {
|
2014-05-03 01:21:29 +00:00
|
|
|
$footer-link-color: #5a5a5a;
|
2014-04-05 16:26:11 +00:00
|
|
|
|
2014-05-03 01:21:29 +00:00
|
|
|
background: image-url('layout/footer-background.png');
|
|
|
|
height: 155px;
|
|
|
|
max-height: 155px;
|
2014-04-05 16:26:11 +00:00
|
|
|
|
2014-04-17 07:55:19 +00:00
|
|
|
.content {
|
2014-05-03 01:21:29 +00:00
|
|
|
padding-top: $container-padding;
|
2014-04-06 14:14:03 +00:00
|
|
|
}
|
2014-04-05 16:26:11 +00:00
|
|
|
|
|
|
|
.footer-links {
|
|
|
|
@include clearfix;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
@include media($medium-screen) {
|
|
|
|
@include span-columns(3);
|
2014-04-06 14:14:03 +00:00
|
|
|
@include omega(4n);
|
2014-04-05 16:26:11 +00:00
|
|
|
@include clearfix;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
@include media($medium-screen) {
|
2014-04-17 07:55:19 +00:00
|
|
|
text-align: center;
|
2014-04-05 16:26:11 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
li a {
|
|
|
|
color: $footer-link-color;
|
|
|
|
}
|
|
|
|
|
2014-05-03 01:21:29 +00:00
|
|
|
li h3 a {
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: white;
|
|
|
|
font-size: 20px;
|
2014-04-05 16:26:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
2014-05-03 01:21:29 +00:00
|
|
|
color: $footer-link-color;
|
2014-04-05 16:26:11 +00:00
|
|
|
margin: auto;
|
|
|
|
max-width: 35em;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|