-
-
Notifications
You must be signed in to change notification settings - Fork 229
/
Copy pathMetadataSection.scss
109 lines (89 loc) · 1.97 KB
/
MetadataSection.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
.MetadataSection {
background-color: $gray-10;
.section-wrapper__faqs {
.article-block__text,
.article-block__list,
.article-block__html,
.article-block__numbered-list {
@include body-2-regular;
color: $blue-60;
}
}
.faqs__title {
@include datapage-section-title;
@include md-up {
margin-bottom: 0;
}
}
.faqs__items {
> *:first-child {
margin-top: 0;
}
h3 {
margin: 24px 0 16px;
}
}
.data-sources {
.article-block__text,
.article-block__list,
.article-block__html,
.article-block__numbered-list {
@include body-3-medium;
}
}
.data-sources-processing__title {
@include datapage-section-title;
}
.data-sources__heading,
.data-processing__heading,
.citations__heading {
@include h3-bold;
margin: 0 0 24px;
}
.data-processing {
margin-top: 32px;
}
.reuse__title {
@include datapage-section-title;
}
.reuse__content {
margin-bottom: 24px;
margin-left: 16px;
}
.reuse__content,
.citation__paragraph {
color: $blue-60;
}
.reuse__list-item,
.citation__paragraph {
@include body-3-medium;
margin: 0 0 8px;
}
.reuse__link {
@include owid-link-60;
}
.citations {
margin-top: 16px;
}
.citations-section {
&:first-child {
margin-bottom: 32px;
}
&:not(:first-child) {
padding-top: 32px;
border-top: 1px solid $blue-20;
}
}
.citation__how-to-header {
@include overline-black-caps;
text-transform: uppercase;
margin: 0 0 8px;
}
.citation__how-to-header--data {
margin-bottom: 16px;
}
.citation__type {
display: block;
color: $blue-90;
}
}