Newer
Older
@import "../helpers/mixins";
@import "../helpers/variables";
@import "../helpers/functions";
//
// Footer
// --------------------------------------------------
.footer {
background: #173E41;
border-top: none;
color: $white;
margin-top: 0;
Brian Canini
committed
color: $white;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
.social-media-links--platforms {
a {
color: $white;
&:hover {
Brian Canini
committed
color: #cccccc;
.nav > li > a:hover, .nav > li > a:focus {
background-color: transparent;
color: $white;
}
.nav > li > a {
padding: 0;
}
}
#subfoot {
background: $deep-grey;
float: left;
width: 100%;
color: $white;
padding: 20px 0;
Brian Canini
committed
color: $white;
text-decoration: none;
&:hover {
text-decoration: underline;
}
.sf-col2 {
text-align: right;
ul {
list-style-type: none;
}
}
@media (max-width: 768px) {
.col-xs-12 {
text-align: center;
ul {
padding: 0;
}
}
}
}
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
//
// Address
// --------------------------------------------------
.footer-address {
margin-bottom: 20px;
}
.footer-email {
margin-bottom: 20px;
a {
text-decoration: none;
&:hover {
color: $white;
text-decoration: underline;
}
}
}
.footer-phone {
margin-bottom: 20px;
padding: 10px 0;
border-top: solid $gray-6 1px;
border-bottom: solid $gray-6 1px;
}
Brian Canini
committed
//
// Social Media
// --------------------------------------------------
.social-media-links--platforms {
Brian Canini
committed
float: right;
.fa-twitter:before {
content: "\f081";
}
Brian Canini
committed
.fa-facebook:before {
content: "\f082";
}
Brian Canini
committed
.fa-rss:before {
content: "\f143";
}
Brian Canini
committed
.fa-youtube:before {
content: "\f166";
}
Brian Canini
committed
.fa-linkedin:before {
content: "\f08c";
}
Brian Canini
committed
.fa-envelope:before {
content: "\f199";
}
Brian Canini
committed
.fa-github:before {
content: "\f092";
}
Brian Canini
committed
.fa-bitbucket:before {
content: "\f172";
}
Brian Canini
committed
.fa-tumblr:before {
content: "\f174";
}
Brian Canini
committed
.fa-behance:before {
content: "\f1b5";
}
Brian Canini
committed
.fa-pinterest:before {
content: "\f0d3";
}
Brian Canini
committed
.fa-google-plus:before {
content: "\f0d4";
}