@ably/ui 11.7.0 → 11.7.1-dev.abfa747
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/core/Code/component.css +2 -0
- package/core/CompanyAutocomplete/component.js +2 -1
- package/core/CompanyAutocomplete/component.js.LICENSE.txt +1 -0
- package/core/FeaturedLink/component.css +2 -11
- package/core/FeaturedLink.jsx +12 -5
- package/core/Footer/component.css +3 -3
- package/core/Footer.jsx +15 -15
- package/core/Meganav/component.css +6 -6
- package/core/Meganav.jsx +348 -756
- package/core/MeganavBlogPostsList/component.js +2 -1
- package/core/MeganavBlogPostsList/component.js.LICENSE.txt +1 -0
- package/core/MeganavBlogPostsList.jsx +12 -5
- package/core/MeganavContentCompany.jsx +307 -715
- package/core/MeganavContentDevelopers.jsx +1 -1
- package/core/MeganavContentProducts.jsx +13 -6
- package/core/MeganavItemsMobile.jsx +12 -5
- package/core/MeganavItemsSignedIn.jsx +12 -5
- package/core/MeganavSearch.jsx +12 -5
- package/core/MeganavSearchPanel.jsx +12 -5
- package/core/MeganavSearchSuggestions.jsx +12 -5
- package/core/Notice.jsx +2 -2
- package/core/Uptime.jsx +301 -709
- package/core/fonts/jetBrains-mono.css +3 -0
- package/core/fonts/manrope.css +3 -0
- package/core/scripts.js +2 -1
- package/core/scripts.js.LICENSE.txt +1 -0
- package/core/styles.css +221 -94
- package/package.json +3 -3
- package/src/core/FeaturedLink/component.css +2 -11
- package/src/core/FeaturedLink/component.html.erb +14 -5
- package/src/core/FeaturedLink/component.jsx +10 -4
- package/src/core/FeaturedLink/component.rb +3 -1
- package/src/core/Footer/component.css +3 -3
- package/src/core/Footer/component.html.erb +14 -14
- package/src/core/Footer/component.jsx +15 -15
- package/src/core/Meganav/component.css +6 -6
- package/src/core/MeganavContentDevelopers/component.html.erb +1 -1
- package/src/core/MeganavContentDevelopers/component.jsx +1 -1
- package/src/core/MeganavContentProducts/component.html.erb +1 -1
- package/src/core/MeganavContentProducts/component.jsx +1 -1
- package/src/core/Notice/component.html.erb +2 -2
- package/src/core/Notice/component.jsx +2 -2
- package/src/core/fonts/jetBrains-mono.css +3 -0
- package/src/core/fonts/manrope.css +3 -0
- package/src/core/styles/buttons.css +5 -5
- package/src/core/styles/forms.css +5 -5
- package/src/core/styles/properties.css +153 -45
- package/src/core/styles/text.css +58 -39
- package/src/core/utils/syntax-highlighter.css +2 -0
- package/tailwind.config.js +179 -49
|
@@ -1,34 +1,132 @@
|
|
|
1
1
|
@layer base {
|
|
2
2
|
:root {
|
|
3
|
-
|
|
4
|
-
--color-
|
|
5
|
-
--color-
|
|
6
|
-
--color-
|
|
7
|
-
--color-
|
|
8
|
-
--color-
|
|
9
|
-
--color-
|
|
10
|
-
--color-
|
|
11
|
-
--color-
|
|
12
|
-
--color-
|
|
13
|
-
--color-
|
|
14
|
-
--color-
|
|
15
|
-
--color-
|
|
16
|
-
--color-
|
|
17
|
-
--color-
|
|
18
|
-
|
|
3
|
+
/* Neutral colors */
|
|
4
|
+
--color-neutral-000: #ffffff;
|
|
5
|
+
--color-neutral-100: #f8fafc;
|
|
6
|
+
--color-neutral-200: #f4f8fb;
|
|
7
|
+
--color-neutral-300: #edf1f7;
|
|
8
|
+
--color-neutral-400: #e2e7ef;
|
|
9
|
+
--color-neutral-500: #c6ced9;
|
|
10
|
+
--color-neutral-600: #adb6c2;
|
|
11
|
+
--color-neutral-700: #89929f;
|
|
12
|
+
--color-neutral-800: #667085;
|
|
13
|
+
--color-neutral-900: #39414e;
|
|
14
|
+
--color-neutral-1000: #2b303b;
|
|
15
|
+
--color-neutral-1100: #202531;
|
|
16
|
+
--color-neutral-1200: #141924;
|
|
17
|
+
--color-neutral-1300: #03020d;
|
|
18
|
+
|
|
19
|
+
/* Ably orange */
|
|
20
|
+
--color-orange-100: #fff5f1;
|
|
21
|
+
--color-orange-200: #ffe3d8;
|
|
22
|
+
--color-orange-300: #ffc4ae;
|
|
23
|
+
--color-orange-400: #ff9c79;
|
|
24
|
+
--color-orange-500: #ff723f;
|
|
25
|
+
--color-orange-600: #ff5416;
|
|
26
|
+
--color-orange-700: #ff2739;
|
|
27
|
+
--color-orange-800: #e40000;
|
|
28
|
+
--color-orange-900: #b82202;
|
|
29
|
+
--color-orange-1000: #751500;
|
|
30
|
+
--color-orange-1100: #2a0b00;
|
|
31
|
+
|
|
32
|
+
/* Secondary colours */
|
|
33
|
+
--color-yellow-100: #fffbef;
|
|
34
|
+
--color-yellow-200: #fff0ba;
|
|
35
|
+
--color-yellow-300: #ffe27c;
|
|
36
|
+
--color-yellow-400: #ffd43d;
|
|
37
|
+
--color-yellow-500: #f8c100;
|
|
38
|
+
--color-yellow-600: #e8a700;
|
|
39
|
+
--color-yellow-700: #ac8600;
|
|
40
|
+
--color-yellow-800: #654f00;
|
|
41
|
+
--color-yellow-900: #291c01;
|
|
42
|
+
--color-green-100: #f1fff1;
|
|
43
|
+
--color-green-200: #b8ffbb;
|
|
44
|
+
--color-green-300: #80ff85;
|
|
45
|
+
--color-green-400: #08ff13;
|
|
46
|
+
--color-green-500: #00e80b;
|
|
47
|
+
--color-green-600: #00c008;
|
|
48
|
+
--color-green-700: #008e06;
|
|
49
|
+
--color-green-800: #005303;
|
|
50
|
+
--color-green-900: #002a02;
|
|
51
|
+
--color-blue-100: #f1fbff;
|
|
52
|
+
--color-blue-200: #b8eaff;
|
|
53
|
+
--color-blue-300: #80d9ff;
|
|
54
|
+
--color-blue-400: #4ad4ff;
|
|
55
|
+
--color-blue-500: #2cc0ff;
|
|
56
|
+
--color-blue-600: #00a5ec;
|
|
57
|
+
--color-blue-700: #0284cd;
|
|
58
|
+
--color-blue-800: #004b75;
|
|
59
|
+
--color-blue-900: #001b2a;
|
|
60
|
+
--color-violet-100: #f7f2fe;
|
|
61
|
+
--color-violet-200: #d8bcfb;
|
|
62
|
+
--color-violet-300: #b986f8;
|
|
63
|
+
--color-violet-400: #9951f5;
|
|
64
|
+
--color-violet-500: #7a1bf2;
|
|
65
|
+
--color-violet-600: #5f0bc9;
|
|
66
|
+
--color-violet-700: #460894;
|
|
67
|
+
--color-violet-800: #2d055e;
|
|
68
|
+
--color-violet-900: #130228;
|
|
69
|
+
--color-pink-100: #fff1fc;
|
|
70
|
+
--color-pink-200: #ffb8f1;
|
|
71
|
+
--color-pink-300: #ff80e6;
|
|
72
|
+
--color-pink-400: #ff47db;
|
|
73
|
+
--color-pink-500: #ff17d2;
|
|
74
|
+
--color-pink-600: #d400ab;
|
|
75
|
+
--color-pink-700: #9c007e;
|
|
76
|
+
--color-pink-800: #630050;
|
|
77
|
+
--color-pink-900: #2a0022;
|
|
78
|
+
|
|
79
|
+
/* GUI colours */
|
|
80
|
+
/* Note: The ‘Light and ‘Dark’ refers to the colour of the background on which the colour is used. */
|
|
81
|
+
--color-gui-blue-default-light: #006edc;
|
|
82
|
+
--color-gui-blue-hover-light: #0862b9;
|
|
83
|
+
--color-gui-blue-active-light: #074095;
|
|
84
|
+
--color-gui-blue-default-dark: #4da6ff;
|
|
85
|
+
--color-gui-blue-hover-dark: #2894ff;
|
|
86
|
+
--color-gui-blue-active-dark: #0080ff;
|
|
87
|
+
--color-gui-blue-focus: #80b9f2;
|
|
88
|
+
--color-gui-unavailable: #a8a8a8;
|
|
89
|
+
--color-gui-success-green: #11cb24;
|
|
90
|
+
--color-gui-error-red: #fb0c0c;
|
|
91
|
+
--color-gui-focus: #80b9f2;
|
|
19
92
|
--color-gui-focus-outline: #80b9f2;
|
|
20
|
-
--color-gui-active: #074095;
|
|
21
93
|
--color-gui-visited: #4887c2;
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
--color-
|
|
94
|
+
|
|
95
|
+
/* Colours replaced by neutral colours */
|
|
96
|
+
--color-white: var(--color-neutral-000);
|
|
97
|
+
--color-extra-light-grey: var(--color-neutral-100);
|
|
98
|
+
--color-light-grey: var(--color-neutral-200);
|
|
99
|
+
--color-mid-grey: var(--color-neutral-500);
|
|
100
|
+
--color-dark-grey: var(--color-neutral-800);
|
|
101
|
+
--color-charcoal-grey: var(--color-neutral-1000);
|
|
102
|
+
--color-cool-black: var(--color-neutral-1300);
|
|
103
|
+
|
|
104
|
+
/* Colours replaced by orange colours */
|
|
105
|
+
--color-active-orange: var(--color-orange-600);
|
|
106
|
+
--color-bright-red: var(--color-orange-700);
|
|
107
|
+
--color-red-orange: var(--color-orange-800);
|
|
108
|
+
|
|
109
|
+
/* Colours replaced by secondary colours */
|
|
110
|
+
--color-electric-cyan: var(--color-blue-400);
|
|
111
|
+
--color-zingy-green: var(--color-green-400);
|
|
112
|
+
--color-jazzy-pink: var(--color-pink-500);
|
|
113
|
+
|
|
114
|
+
/* Colours replaced by GUI colours */
|
|
115
|
+
--color-gui-default: var(--color-gui-blue-default-light);
|
|
116
|
+
--color-gui-hover: var(--color-gui-blue-hover-light);
|
|
117
|
+
--color-gui-active: var(--color-gui-blue-active-light);
|
|
118
|
+
--color-gui-error: var(--color-gui-error-red);
|
|
119
|
+
--color-gui-success: var(--color-gui-success-green);
|
|
120
|
+
--color-gui-default-dark: var(--color-gui-blue-default-dark);
|
|
121
|
+
--color-gui-hover-dark: var(--color-gui-blue-hover-dark);
|
|
122
|
+
--color-gui-active-dark: var(--color-gui-blue-active-dark);
|
|
25
123
|
|
|
26
124
|
/* code syntax: theme */
|
|
27
|
-
--syntax-black: var(--color-
|
|
28
|
-
--syntax-dark-grey: var(--color-
|
|
29
|
-
--syntax-mid-grey: var(--color-
|
|
30
|
-
--syntax-light-grey: var(--color-
|
|
31
|
-
--syntax-extra-light-grey: var(--color-
|
|
125
|
+
--syntax-black: var(--color-neutral-1300);
|
|
126
|
+
--syntax-dark-grey: var(--color-neutral-800);
|
|
127
|
+
--syntax-mid-grey: var(--color-neutral-500);
|
|
128
|
+
--syntax-light-grey: var(--color-neutral-200);
|
|
129
|
+
--syntax-extra-light-grey: var(--color-neutral-100);
|
|
32
130
|
--syntax-orange: #e78c45;
|
|
33
131
|
--syntax-yellow: #e7c547;
|
|
34
132
|
--syntax-blue: #3490ec;
|
|
@@ -70,44 +168,51 @@
|
|
|
70
168
|
|
|
71
169
|
--gradient-hot-pink: linear-gradient(
|
|
72
170
|
80.2deg,
|
|
73
|
-
var(--color-
|
|
171
|
+
var(--color-orange-700) 0%,
|
|
74
172
|
var(--color-jazzy-pink) 100%
|
|
75
173
|
);
|
|
76
174
|
|
|
77
|
-
--fs-title-xl:
|
|
78
|
-
--fs-title:
|
|
79
|
-
--fs-title-xs:
|
|
80
|
-
--fs-h1-xl:
|
|
81
|
-
--fs-h1:
|
|
82
|
-
--fs-h1-xs:
|
|
83
|
-
|
|
175
|
+
--fs-title-xl: 3rem;
|
|
176
|
+
--fs-title: 2.75rem;
|
|
177
|
+
--fs-title-xs: 2.5rem;
|
|
178
|
+
--fs-h1-xl: 2.5rem;
|
|
179
|
+
--fs-h1: 2.25rem;
|
|
180
|
+
--fs-h1-xs: 2rem;
|
|
181
|
+
|
|
182
|
+
--fs-h2-xl: 2.125rem;
|
|
84
183
|
--fs-h2: 2rem;
|
|
85
|
-
--fs-h2-xs: 1.
|
|
184
|
+
--fs-h2-xs: 1.75rem;
|
|
185
|
+
|
|
86
186
|
--fs-h3: 1.5rem;
|
|
87
|
-
--fs-h4: 1.
|
|
88
|
-
--fs-
|
|
89
|
-
|
|
187
|
+
--fs-h4: 1.25rem;
|
|
188
|
+
--fs-h5: 1rem;
|
|
189
|
+
|
|
190
|
+
--fs-p1: 1rem;
|
|
191
|
+
--fs-p2: 0.938rem;
|
|
90
192
|
--fs-p3: 0.875rem;
|
|
91
193
|
--fs-standfirst-xl: 2.25rem;
|
|
92
194
|
--fs-standfirst: 1.5rem;
|
|
93
|
-
--fs-sub-header: 1.
|
|
94
|
-
--fs-sub-header-xs: 1.
|
|
195
|
+
--fs-sub-header: 1.125rem;
|
|
196
|
+
--fs-sub-header-xs: 1.063rem;
|
|
95
197
|
--fs-overline1: 1rem;
|
|
96
198
|
--fs-overline2: 0.875rem;
|
|
97
|
-
--fs-btn1:
|
|
98
|
-
--fs-btn2:
|
|
199
|
+
--fs-btn1: 1rem;
|
|
200
|
+
--fs-btn2: 0.938rem;
|
|
99
201
|
--fs-btn3: 0.875rem;
|
|
100
|
-
--fs-menu1:
|
|
101
|
-
--fs-menu2:
|
|
202
|
+
--fs-menu1: 1rem;
|
|
203
|
+
--fs-menu2: 0.938rem;
|
|
102
204
|
--fs-menu3: 0.875rem;
|
|
103
|
-
--fs-quote: 1.
|
|
104
|
-
--fs-code: 0.
|
|
205
|
+
--fs-quote: 1.25rem;
|
|
206
|
+
--fs-code: 0.938rem;
|
|
207
|
+
--fs-code2: 0.813rem;
|
|
105
208
|
|
|
106
209
|
--lh-dense: 1;
|
|
107
210
|
--lh-tight: 1.125;
|
|
108
211
|
--lh-snug: 1.15;
|
|
212
|
+
--lh-min-normal: 1.2;
|
|
109
213
|
--lh-normal: 1.25;
|
|
110
214
|
--lh-relaxed: 1.45;
|
|
215
|
+
--lh-extra-relaxed: 1.6;
|
|
111
216
|
|
|
112
217
|
--ls-tighten-0_025: -0.025em;
|
|
113
218
|
--ls-tighten-0_02: -0.02em;
|
|
@@ -115,7 +220,9 @@
|
|
|
115
220
|
--ls-tighten-0_01: -0.01em;
|
|
116
221
|
--ls-tighten-0_005: -0.005em;
|
|
117
222
|
--ls-tighten-0_0025: -0.0025em;
|
|
223
|
+
--ls-tighten-0_0015: -0.0015em;
|
|
118
224
|
--ls-widen-0_1: 0.1em;
|
|
225
|
+
--ls-widen-0_16: 0.16em;
|
|
119
226
|
--ls-widen-0_15: 0.15em;
|
|
120
227
|
|
|
121
228
|
--spacing-0: 0px;
|
|
@@ -130,6 +237,7 @@
|
|
|
130
237
|
--spacing-20: 1.25rem;
|
|
131
238
|
--spacing-24: 1.5rem;
|
|
132
239
|
--spacing-32: 2rem;
|
|
240
|
+
--spacing-36: 2.25rem;
|
|
133
241
|
--spacing-40: 2.5rem;
|
|
134
242
|
--spacing-48: 3rem;
|
|
135
243
|
--spacing-64: 4rem;
|
package/src/core/styles/text.css
CHANGED
|
@@ -1,46 +1,52 @@
|
|
|
1
1
|
@layer components {
|
|
2
2
|
.ui-text-title {
|
|
3
|
-
@apply font-sans font-
|
|
3
|
+
@apply font-sans font-extrabold text-cool-black;
|
|
4
4
|
@apply text-title-xs xs:text-title xl:text-title-xl;
|
|
5
|
-
@apply tracking-tighten-0.
|
|
5
|
+
@apply tracking-tighten-0.015 xs:tracking-tighten-0.02 xl:tracking-tighten-0.02;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.ui-text-h1 {
|
|
9
|
-
@apply font-sans font-
|
|
9
|
+
@apply font-sans font-extrabold text-cool-black;
|
|
10
10
|
@apply text-h1-xs xs:text-h1 xl:text-h1-xl;
|
|
11
|
-
@apply tracking-tighten-0.
|
|
11
|
+
@apply tracking-tighten-0.0125 xs:tracking-tighten-0.015;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.ui-text-h2 {
|
|
15
|
-
@apply font-sans font-
|
|
15
|
+
@apply font-sans font-extrabold text-cool-black;
|
|
16
16
|
@apply text-h2-xs xs:text-h2 xl:text-h2-xl;
|
|
17
|
-
@apply tracking-tighten-0.
|
|
17
|
+
@apply tracking-tighten-0.015 xs:tracking-tighten-0.01;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.ui-text-h3 {
|
|
21
|
-
@apply font-sans font-
|
|
21
|
+
@apply font-sans font-extrabold text-cool-black;
|
|
22
22
|
@apply text-h3;
|
|
23
|
-
@apply tracking-tighten-0.
|
|
23
|
+
@apply tracking-tighten-0.005;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
.ui-text-h4 {
|
|
27
|
-
@apply font-sans font-
|
|
27
|
+
@apply font-sans font-extrabold text-cool-black;
|
|
28
28
|
@apply text-h4;
|
|
29
|
-
@apply tracking-
|
|
29
|
+
@apply tracking-tighten-0.0015;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.ui-text-h5 {
|
|
33
|
+
@apply font-sans font-extrabold text-cool-black;
|
|
34
|
+
@apply text-h5;
|
|
35
|
+
@apply tracking-tighten-0.0025;
|
|
30
36
|
}
|
|
31
37
|
|
|
32
38
|
.ui-text-p1 {
|
|
33
|
-
@apply font-sans font-
|
|
39
|
+
@apply font-sans font-medium text-charcoal-grey;
|
|
34
40
|
@apply text-p1;
|
|
35
41
|
}
|
|
36
42
|
|
|
37
43
|
.ui-text-p2 {
|
|
38
|
-
@apply font-sans font-
|
|
44
|
+
@apply font-sans font-medium text-charcoal-grey;
|
|
39
45
|
@apply text-p2;
|
|
40
46
|
}
|
|
41
47
|
|
|
42
48
|
.ui-text-p3 {
|
|
43
|
-
@apply font-sans font-
|
|
49
|
+
@apply font-sans font-medium text-charcoal-grey;
|
|
44
50
|
@apply text-p3;
|
|
45
51
|
}
|
|
46
52
|
|
|
@@ -51,60 +57,63 @@
|
|
|
51
57
|
}
|
|
52
58
|
|
|
53
59
|
.ui-text-quote {
|
|
54
|
-
@apply font-sans font-
|
|
55
|
-
@apply text-quote;
|
|
56
|
-
@apply tracking-tighten-0.
|
|
60
|
+
@apply font-sans font-normal text-cool-black;
|
|
61
|
+
@apply text-quote leading-normal;
|
|
62
|
+
@apply tracking-tighten-0.0015;
|
|
57
63
|
}
|
|
58
64
|
|
|
59
65
|
.ui-text-sub-header {
|
|
60
|
-
@apply font-sans font-
|
|
61
|
-
@apply text-sub-header-xs xs:text-sub-header;
|
|
62
|
-
@apply tracking-tighten-0.025;
|
|
66
|
+
@apply font-sans font-semibold text-neutral-800;
|
|
67
|
+
@apply text-sub-header-xs xs:text-sub-header leading-normal;
|
|
63
68
|
}
|
|
64
69
|
|
|
65
70
|
.ui-text-overline1 {
|
|
66
|
-
@apply font-
|
|
67
|
-
@apply text-overline1;
|
|
68
|
-
@apply tracking-widen-0.
|
|
71
|
+
@apply font-mono font-medium text-active-orange uppercase;
|
|
72
|
+
@apply text-overline1 leading-normal;
|
|
73
|
+
@apply tracking-widen-0.16;
|
|
69
74
|
}
|
|
70
75
|
|
|
71
76
|
.ui-text-overline2 {
|
|
72
|
-
@apply font-
|
|
73
|
-
@apply text-overline2;
|
|
74
|
-
@apply tracking-widen-0.
|
|
77
|
+
@apply font-mono font-medium text-active-orange uppercase;
|
|
78
|
+
@apply text-overline2 leading-normal;
|
|
79
|
+
@apply tracking-widen-0.16;
|
|
75
80
|
}
|
|
76
81
|
|
|
77
82
|
.ui-text-menu1 {
|
|
78
|
-
@apply font-sans font-
|
|
79
|
-
@apply text-menu1;
|
|
83
|
+
@apply font-sans font-medium text-cool-black;
|
|
84
|
+
@apply text-menu1 leading-snug;
|
|
80
85
|
}
|
|
81
86
|
|
|
82
87
|
.ui-text-menu2 {
|
|
83
|
-
@apply font-sans font-
|
|
84
|
-
@apply text-menu2;
|
|
88
|
+
@apply font-sans font-medium text-cool-black;
|
|
89
|
+
@apply text-menu2 leading-snug;
|
|
85
90
|
}
|
|
86
91
|
|
|
87
92
|
.ui-text-menu3 {
|
|
88
|
-
@apply font-sans font-
|
|
89
|
-
@apply text-menu3;
|
|
93
|
+
@apply font-sans font-medium text-cool-black;
|
|
94
|
+
@apply text-menu3 leading-snug;
|
|
90
95
|
}
|
|
91
96
|
|
|
92
97
|
.ui-text-code {
|
|
93
|
-
@apply font-mono font-
|
|
98
|
+
@apply font-mono font-medium text-code;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.ui-text-code2 {
|
|
102
|
+
@apply font-mono font-medium text-code2;
|
|
94
103
|
}
|
|
95
104
|
|
|
96
105
|
.ui-text-code-inline {
|
|
97
|
-
@apply font-mono font-
|
|
106
|
+
@apply font-mono font-medium text-code text-charcoal-grey bg-light-grey p-inline-code rounded-sm mx-1;
|
|
98
107
|
}
|
|
99
108
|
|
|
100
109
|
.ui-unordered-list {
|
|
101
|
-
@apply text-p1 font-
|
|
102
|
-
@apply list-disc ml-32
|
|
110
|
+
@apply text-p1 font-medium text-cool-black;
|
|
111
|
+
@apply list-disc ml-32 my-16;
|
|
103
112
|
}
|
|
104
113
|
|
|
105
114
|
.ui-ordered-list {
|
|
106
|
-
@apply text-p1 font-
|
|
107
|
-
@apply ml-32
|
|
115
|
+
@apply text-p1 font-medium text-charcoal-grey;
|
|
116
|
+
@apply ml-32 my-16 list-decimal;
|
|
108
117
|
}
|
|
109
118
|
|
|
110
119
|
.ui-unordered-list li > *:last-of-type:not(ul):not(ol),
|
|
@@ -121,11 +130,21 @@
|
|
|
121
130
|
}
|
|
122
131
|
|
|
123
132
|
.ui-unordered-list ul ul {
|
|
124
|
-
@apply list-square;
|
|
133
|
+
@apply list-square my-8;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.ui-unordered-list ul ul {
|
|
137
|
+
@apply my-8;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.ui-ordered-list li,
|
|
141
|
+
.ui-unordered-list li {
|
|
142
|
+
@apply font-medium font-sans tracking-widen-0;
|
|
143
|
+
line-height: var(--lh-extra-relaxed);
|
|
125
144
|
}
|
|
126
145
|
|
|
127
146
|
.ui-unordered-list-with-emphasis {
|
|
128
|
-
@apply text-p1 font-
|
|
147
|
+
@apply text-p1 font-medium text-cool-black;
|
|
129
148
|
@apply list-disc ml-32 mt-32 -mb-12;
|
|
130
149
|
}
|
|
131
150
|
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
@layer base {
|
|
2
2
|
@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,600;0,700;1,600;1,700&display=swap");
|
|
3
|
+
@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@100;200;300;400;500;600;700;800&display=swap");
|
|
4
|
+
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
|
|
3
5
|
}
|
|
4
6
|
|
|
5
7
|
@layer components {
|