Newer
Older
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
footer[role="contentinfo"]
background: $footer-background-color
color: $footer-color
padding-bottom: $spacing1
padding-top: $spacing1
address
font-size: px2rem(14)
line-height: px2rem(26)
.logo
img
height: 60px
max-width: 100%
width: auto
.credit
padding-bottom: $spacing1
padding-top: $spacing1
.content
margin-bottom: $spacing1
@include media-breakpoint-up(md)
margin-bottom: $spacing2
> div
&:first-of-type
@include media-breakpoint-down(md)
margin-bottom: $spacing1
.complementary
@include media-breakpoint-up(md)
align-items: center
display: flex
.credit + [class^="nav-"],
[class^="nav-"] + [class^="nav-"]
margin-left: auto
margin-right: -$spacing1
@include media-breakpoint-up(md)
[class^="nav-"] + .credit,
small + .credit
&::before
content: '—'
margin-right: calc(#{$spacing1} / 2),
[class^="nav-"] + .credit
margin-left: calc(#{$spacing1} / -2)
small + .credit
margin-left: calc(#{$spacing1} / 2)
.nav-level-1
align-items: flex-start
flex-direction: column
margin-left: -$spacing1
ul
margin-left: 0
a,
span
color: $footer-color
display: inline-block
font-size: px2rem(14)
line-height: 1.4
@include media-breakpoint-up(md)
.nav-legal,
.nav-social
flex-direction: row
.nav-legal
li:not(:first-child)
margin-left: -$spacing1
.nav-social
li:not(:last-child)
margin-right: -$spacing1