Newer
Older
@import "../helpers/mixins";
@import "../helpers/variables";
@import "../helpers/functions";
//
// Footer
// --------------------------------------------------
.footer {
background: #173E41;
border-top: none;
color: $white;
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
a {
color: $white;
}
}
#subfoot {
background: $deep-grey;
float: left;
width: 100%;
color: $white;
padding: 20px 0;
a {
color: $white;
}
.sf-col2 {
text-align: right;
ul {
list-style-type: none;
}
}
@media (max-width: 768px) {
.col-xs-12 {
text-align: center;
ul {
padding: 0;
}
}
}
}