-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_thtrm-footer.scss
88 lines (73 loc) · 1.21 KB
/
_thtrm-footer.scss
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
79
80
81
82
83
84
85
86
87
.thtrm-footer {
background-color: #fff;
text-align: center;
&--slim {
.thtrm-footer-text-cta {
padding-top: 0;
}
}
}
.thtrm-footer-text {
padding: 2em 1.5em;
background-color: #33414e;
p {
line-height: 24px;
color: #fff;
}
a {
text-decoration: none;
color: #fff;
}
@include tablet {
padding: 2.5em 4em 1.8em;
}
}
.thtrm-footer-text-cta {
color: #384c54;
font-size: 18px;
text-transform: uppercase;
font-weight: 600;
padding: 4em;
text-align: center;
@include tablet {
font-size: 20px;
}
}
.thtrm-footer-cta {
color: #384c54;
text-decoration: none;
text-transform: uppercase;
border: 2px solid #384c54;
display: block;
padding: 0.5em 1em;
margin-top: 1em;
font-weight: 600;
&:hover {
color: #fff;
background-color: #384c54;
}
@include tablet {
width: 170px;
margin: 1em auto 0;
padding: 0.4em;
}
}
.thtrm-footer-logo {
width: 55px;
margin-bottom: 0.5em;
margin-top: 0;
}
.thtrm-footer-headline {
color: #fff;
text-transform: uppercase;
font-size: 18px;
font-weight: 600;
}
.thtrm-footer-bottom {
margin-top: 12px;
font-size: .9em;
font-weight: normal;
a:hover {
color: #fff;
}
}