2017-01-12 15:08:45 +00:00
|
|
|
footer#footer {
|
|
|
|
padding: 6em 0;
|
2017-02-06 13:35:58 +00:00
|
|
|
background-color: $brand-primary;
|
2017-01-12 15:08:45 +00:00
|
|
|
|
|
|
|
color: white;
|
|
|
|
|
|
|
|
a {
|
2017-05-03 14:28:17 +00:00
|
|
|
color: lighten($brand-secondary, 25%);
|
2017-01-12 15:08:45 +00:00
|
|
|
}
|
2017-05-03 21:13:36 +00:00
|
|
|
|
|
|
|
form {
|
|
|
|
margin-bottom: 2em;
|
|
|
|
}
|
2017-01-12 15:08:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.copyright {
|
2017-02-06 13:35:58 +00:00
|
|
|
background-color: darken($brand-primary, 15%);
|
2017-01-12 15:08:45 +00:00
|
|
|
color: white;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 70%;
|
|
|
|
}
|
2017-04-26 14:09:34 +00:00
|
|
|
|
|
|
|
article footer .btn {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
2017-05-05 10:07:50 +00:00
|
|
|
|
|
|
|
// Footer search form
|
|
|
|
#search-form {
|
|
|
|
|
|
|
|
input {
|
|
|
|
float: left;
|
|
|
|
width: auto;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
button {
|
|
|
|
background: none; border: none;
|
|
|
|
padding-top: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
// Footer contact form
|
|
|
|
#contact-info {
|
|
|
|
address {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
.social-networks > a {
|
|
|
|
border: 2px solid white;
|
|
|
|
width: 32px; height: 32px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.social-networks > a {
|
|
|
|
width: 14px; height: 14px;
|
|
|
|
font-size: 0px !important;
|
|
|
|
display: inline-block;
|
|
|
|
background-size: auto 70%;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
}
|