-
-
Notifications
You must be signed in to change notification settings - Fork 229
/
Copy pathAboutThisData.scss
84 lines (67 loc) · 1.24 KB
/
AboutThisData.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
.wrapper-about-this-data {
width: 100%;
}
.key-info__title {
@include h2-bold;
margin: 0 0 16px;
@include sm-up {
margin: 0 0 24px;
}
}
.key-info__content {
p {
margin: 0;
}
ul,
ol {
padding-left: 1em;
margin: 1em 0;
li {
margin-bottom: 1em;
&:last-child {
margin-bottom: 0;
}
}
}
}
.key-info__expandable-descriptions {
p {
margin: 8px 0;
&:first-of-type {
margin-top: 0;
}
&:last-of-type {
margin-bottom: 0;
}
}
a {
@include owid-link-60;
color: inherit;
}
}
.key-info__key-description + .key-info__expandable-descriptions {
margin-top: 24px;
}
.key-info__learn-more {
@include expandable-paragraph__expand-button--full;
margin-top: 24px;
svg {
font-size: 0.75em;
margin-left: 12px;
}
}
.key-info__right {
@include sm-only {
margin-top: 48px;
}
@include sm-up {
padding-left: 24px;
border-left: 1px solid $blue-20;
}
}
.about-this-data__title {
@include datapage-section-title;
@include md-up {
margin-bottom: 0;
}
}