_footer.scss
1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
#wrapper-footer{
background-color: #F0F0F0;
padding: 2.0625rem 2.5rem;
.appArea{
h2{
margin-left: -0.9375rem;
}
}
.site-info-menu{
padding-left: 0rem;
margin-left: 0rem;
}
}
.chw-title{
font-size: 1.25rem;
font-weight: bold;
margin-bottom: 0.625rem;
text-transform: uppercase;
text-align: left;
}
.chw-widget h2{
font-size: 1.25rem;
font-weight: bold;
margin-bottom: 0.625rem;
text-transform: uppercase;
text-align: left;
}
#menu-footer-french,
#menu-footer{
list-style: none;
margin-left: 0rem;
padding-left: 0rem;
li{
margin-bottom: 0rem;
padding-bottom: 0rem;
padding-left: 0rem;
display: inline-block;
padding-right: 0rem;
@media only screen and (max-width: 48.875rem) {
display: block;
}
a{
color: #000;
font-size: 1rem;
line-height:0.75rem;
font-weight: 400;
text-decoration: none;
&:hover{
color: #000;
text-decoration: underline;
}
}
}
li::after{
content: "|";
display: inline-block;
padding-left: 0.625rem;
padding-right: 0.625rem;
@media only screen and (max-width: 48.875rem) {
content: "";
}
}
li:last-of-type::after{
display: none;
}
}
.contact{
h2{
margin-left: -0.75rem;
margin-bottom: 0rem;
}
}