-
Notifications
You must be signed in to change notification settings - Fork 0
/
_thtrm-list.scss
117 lines (98 loc) · 1.77 KB
/
_thtrm-list.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
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
.thtrm-list {
list-style: none;
margin: 0 0 0 -4em;
padding: 0;
letter-spacing: -.31em;
text-align: center;
&:first-child {
margin-top: -1em;
@include phablet {
margin-top: -3em;
}
}
> li {
display: inline-block;
padding-left: 4em;
padding-top: 1em;
vertical-align: middle;
width: 50%;
letter-spacing: normal;
@include phablet {
padding-top: 3em;
width: 25%;
}
img {
display: inline-block;
height: auto;
max-height: 120px;
max-width: 100%;
}
span {
display: block;
text-decoration: none;
color: #AAA;
font-size: 20px;
margin-top: 1em;
font-weight: 500;
}
a {
text-decoration: none;
}
}
}
.thtrm-value-list {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
@include phablet {
display: table;
table-layout: fixed;
width: 100%;
}
> li {
display: block;
padding: 1.5em 2.5em;
border-left: 3px solid #f2f2f2;
border-bottom: 3px solid #f2f2f2;
border-top: 3px solid #f2f2f2;
color: #666;
font-size: 1.1em;
letter-spacing: normal;
line-height: 1;
text-transform: uppercase;
+ li {
border-top-width: 0;
@include phablet {
border-top-width: 3px;
}
}
@include phablet {
display: table-cell;
padding-bottom: 4em;
padding-top: 4em;
vertical-align: middle;
width: auto;
}
}
&.--filled {
li {
border-color: white;
background: #f2f2f2;
}
}
}
.thtrm-value-list-title {
display: block;
margin-bottom: 0.2em;
color: #62a7be;
font-size: 5em;
font-weight: 600;
line-height: 0.7;
span {
opacity: 0.7;
}
}
.thrm-list-logos li {
opacity: 0.8;
}