@alma/widgets 2.12.3 → 3.0.1
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 +2 -2
- package/dist/assets/fonts/ArgentCF-DemiBold.eot +0 -0
- package/dist/assets/fonts/ArgentCF-DemiBold.ttf +0 -0
- package/dist/assets/fonts/ArgentCF-DemiBold.woff +0 -0
- package/dist/assets/fonts/ArgentCF-DemiBold.woff2 +0 -0
- package/dist/assets/fonts/Venn-Bold.eot +0 -0
- package/dist/assets/fonts/Venn-Bold.ttf +0 -0
- package/dist/assets/fonts/Venn-Bold.woff +0 -0
- package/dist/assets/fonts/Venn-Bold.woff2 +0 -0
- package/dist/assets/fonts/Venn-Regular.eot +0 -0
- package/dist/assets/fonts/Venn-Regular.ttf +0 -0
- package/dist/assets/fonts/Venn-Regular.woff +0 -0
- package/dist/assets/fonts/Venn-Regular.woff2 +0 -0
- package/dist/raw/widgets.css +260 -301
- package/dist/raw/widgets.js +267 -263
- package/dist/raw/widgets.js.map +1 -1
- package/dist/raw/widgets.m.js +268 -264
- package/dist/raw/widgets.m.js.map +1 -1
- package/dist/raw/widgets.modern.js +276 -262
- package/dist/raw/widgets.modern.js.map +1 -1
- package/dist/raw/widgets.umd.js +271 -267
- package/dist/raw/widgets.umd.js.map +1 -1
- package/dist/types/assets/almaLogo.d.ts +6 -0
- package/dist/types/components/Installments/Installment/index.d.ts +8 -0
- package/dist/types/components/Installments/TotalBlock/index.d.ts +6 -0
- package/dist/types/components/LoadingIndicator/LoadingIndicator.d.ts +4 -0
- package/dist/widgets.css +15 -14
- package/dist/widgets.js +1 -1
- package/dist/widgets.js.map +1 -1
- package/dist/widgets.m.js +1 -1
- package/dist/widgets.m.js.map +1 -1
- package/dist/widgets.modern.js +1 -1
- package/dist/widgets.modern.js.map +1 -1
- package/dist/widgets.umd.js +1 -1
- package/dist/widgets.umd.js.map +1 -1
- package/package.json +1 -1
- package/dist/assets/fonts/Eina04-Bold.ttf +0 -0
- package/dist/assets/fonts/Eina04-Bold.woff +0 -0
- package/dist/assets/fonts/PublicSans-VariableFont_wght.ttf +0 -0
- package/dist/types/Widgets/EligibilityModal/components/Logo/index.d.ts +0 -3
- package/dist/types/assets/Logo.d.ts +0 -9
- package/dist/types/components/LoadingIndicator/index.d.ts +0 -5
package/dist/raw/widgets.css
CHANGED
|
@@ -1,226 +1,155 @@
|
|
|
1
1
|
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;600&family=Work+Sans:wght@700&display=swap');
|
|
2
2
|
|
|
3
|
-
* {
|
|
4
|
-
padding: 0;
|
|
5
|
-
margin: 0;
|
|
6
|
-
box-sizing: border-box;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
3
|
:root {
|
|
10
4
|
--white: #fff;
|
|
11
|
-
--blue-100: #e9f4ff;
|
|
12
|
-
--blue-300: #00425d;
|
|
13
|
-
--blue-400: #003951;
|
|
14
|
-
--blue-500: #337b99;
|
|
15
|
-
--blue-600: #042736;
|
|
16
|
-
--red-100: #ffedee;
|
|
17
|
-
--red-300: #ffa0a6;
|
|
18
|
-
--red-600: #ff414d;
|
|
19
|
-
--orange: #ff7e55;
|
|
20
|
-
--orange-100: #fff3ee;
|
|
21
|
-
--orange-300: #fcd4b5;
|
|
22
|
-
--yellow-100: #fff5de;
|
|
23
|
-
--yellow-300: #ffde9d;
|
|
24
|
-
--yellow-600: #ffbb33;
|
|
25
|
-
--beige: #fff7f0;
|
|
26
|
-
--gray-100: #f7f9fb;
|
|
27
|
-
--gray-200: #f4f6f6;
|
|
28
|
-
--gray-300: #e1e4e6;
|
|
29
|
-
--gray-400: #c2d0d8;
|
|
30
|
-
--gray-500: #b2bbc0;
|
|
31
|
-
--gray-600: #819098;
|
|
32
|
-
--gray-700: #454f54;
|
|
33
|
-
--gray-800: #2e3538;
|
|
34
|
-
--green-100: #ddf8f1;
|
|
35
|
-
--green-300: #9cebd6;
|
|
36
|
-
--green-600: #1dcda3;
|
|
37
5
|
--weight-normal: 400;
|
|
38
6
|
--weight-medium: 500;
|
|
39
7
|
--weight-semi-bold: 600;
|
|
40
8
|
--weight-bold: 700;
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
--
|
|
44
|
-
--
|
|
45
|
-
--
|
|
46
|
-
--
|
|
47
|
-
--
|
|
9
|
+
|
|
10
|
+
/** Colors **/
|
|
11
|
+
--alma-orange: #fa5022;
|
|
12
|
+
--soft-orange: #ffeadb;
|
|
13
|
+
--alma-blue: #60d2df;
|
|
14
|
+
--soft-blue: #e7f8fa;
|
|
15
|
+
--alma-yellow: #ffcf00;
|
|
16
|
+
--soft-yellow: #fff5cc;
|
|
17
|
+
--alma-green: #4bb543;
|
|
18
|
+
--soft-green: #e2f3e1;
|
|
19
|
+
--alma-red: #f00;
|
|
20
|
+
--soft-red: #ffecec;
|
|
21
|
+
--background: #fefefe;
|
|
22
|
+
--off-white: #f9f9f9;
|
|
23
|
+
--light-gray: #d4d4d4;
|
|
24
|
+
--dark-gray: #8c8c8c;
|
|
25
|
+
--off-black: #1a1a1a;
|
|
26
|
+
--white: #fff;
|
|
27
|
+
--black: #000;
|
|
48
28
|
}
|
|
29
|
+
|
|
30
|
+
/** Venn **/
|
|
49
31
|
@font-face {
|
|
50
|
-
font-family:
|
|
51
|
-
src: url('./assets/fonts/
|
|
52
|
-
url('./assets/fonts/
|
|
53
|
-
url('./assets/fonts/
|
|
54
|
-
|
|
55
|
-
font-weight: 300;
|
|
32
|
+
font-family: Venn;
|
|
33
|
+
src: url('./assets/fonts/Venn-Bold.eot') format('embedded-opentype'),
|
|
34
|
+
url('./assets/fonts/Venn-Bold.woff') format('woff'),
|
|
35
|
+
url('./assets/fonts/Venn-Bold.ttf') format('truetype');
|
|
36
|
+
font-weight: 700;
|
|
56
37
|
font-style: normal;
|
|
57
38
|
font-display: swap;
|
|
58
39
|
}
|
|
59
40
|
@font-face {
|
|
60
|
-
font-family:
|
|
61
|
-
src: url('./assets/fonts/
|
|
62
|
-
url('./assets/fonts/
|
|
63
|
-
url('./assets/fonts/
|
|
64
|
-
url('./assets/fonts/Eina04-Regular.svg#Eina04-Regular') format('svg');
|
|
41
|
+
font-family: Venn;
|
|
42
|
+
src: url('./assets/fonts/Venn-Regular.eot?#iefix') format('embedded-opentype'),
|
|
43
|
+
url('./assets/fonts/Venn-Regular.woff') format('woff'),
|
|
44
|
+
url('./assets/fonts/Venn-Regular.ttf') format('truetype');
|
|
65
45
|
font-weight: 400;
|
|
66
46
|
font-style: normal;
|
|
67
47
|
font-display: swap;
|
|
68
48
|
}
|
|
49
|
+
|
|
50
|
+
/** Argent **/
|
|
69
51
|
@font-face {
|
|
70
|
-
font-family: '
|
|
71
|
-
src: url('./assets/fonts/
|
|
72
|
-
url('./assets/fonts/
|
|
73
|
-
url('./assets/fonts/
|
|
74
|
-
url('./assets/fonts/Eina04-RegularItalic.svg#Eina04-RegularItalic') format('svg');
|
|
75
|
-
font-weight: 400;
|
|
76
|
-
font-style: italic;
|
|
77
|
-
font-display: swap;
|
|
78
|
-
}
|
|
79
|
-
@font-face {
|
|
80
|
-
font-family: 'Eina04', sans-serif;
|
|
81
|
-
src: url('./assets/fonts/Eina04-SemiBold.eot?#iefix') format('embedded-opentype'),
|
|
82
|
-
url('./assets/fonts/Eina04-SemiBold.woff') format('woff'),
|
|
83
|
-
url('./assets/fonts/Eina04-SemiBold.ttf') format('truetype'),
|
|
84
|
-
url('./assets/fonts/Eina04-SemiBold.svg#Eina04-SemiBold') format('svg');
|
|
85
|
-
font-weight: 500;
|
|
86
|
-
font-style: normal;
|
|
87
|
-
font-display: swap;
|
|
88
|
-
}
|
|
89
|
-
@font-face {
|
|
90
|
-
font-family: 'Eina04', sans-serif;
|
|
91
|
-
src: url('./assets/fonts/Eina04-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
|
|
92
|
-
url('./assets/fonts/Eina04-SemiboldItalic.woff') format('woff'),
|
|
93
|
-
url('./assets/fonts/Eina04-SemiboldItalic.ttf') format('truetype'),
|
|
94
|
-
url('./assets/fonts/Eina04-SemiboldItalic.svg#Eina04-SemiboldItalic') format('svg');
|
|
95
|
-
font-weight: 500;
|
|
96
|
-
font-style: italic;
|
|
97
|
-
font-display: swap;
|
|
98
|
-
}
|
|
99
|
-
@font-face {
|
|
100
|
-
font-family: 'Eina04', sans-serif;
|
|
101
|
-
src: url('./assets/fonts/Eina04-Bold.eot?#iefix') format('embedded-opentype'),
|
|
102
|
-
url('./assets/fonts/Eina04-Bold.woff') format('woff'),
|
|
103
|
-
url('./assets/fonts/Eina04-Bold.ttf') format('truetype'),
|
|
104
|
-
url('./assets/fonts/Eina04-Bold.svg#Eina04-Bold') format('svg');
|
|
52
|
+
font-family: 'Argent CF';
|
|
53
|
+
src: url('./assets/fonts/ArgentCF-DemiBold.eot') format('embedded-opentype'),
|
|
54
|
+
url('./assets/fonts/ArgentCF-DemiBold.woff') format('woff'),
|
|
55
|
+
url('./assets/fonts/ArgentCF-DemiBold.ttf') format('truetype');
|
|
105
56
|
font-weight: 600;
|
|
106
57
|
font-style: normal;
|
|
107
58
|
font-display: swap;
|
|
108
59
|
}
|
|
109
60
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
61
|
+
._GTTk7 {
|
|
62
|
+
margin: 16px 0;
|
|
63
|
+
font-family: 'Argent CF', sans-serif;
|
|
64
|
+
background-color: var(--off-white);
|
|
65
|
+
border-radius: 20px;
|
|
66
|
+
padding: 24px;
|
|
67
|
+
z-index: 2;
|
|
68
|
+
position: relative;
|
|
115
69
|
}
|
|
116
70
|
|
|
117
|
-
.
|
|
71
|
+
._GTTk7 h3 {
|
|
72
|
+
margin: 4px 0;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
._34s2g {
|
|
118
76
|
display: flex;
|
|
119
|
-
flex-direction:
|
|
120
|
-
|
|
77
|
+
flex-direction: row;
|
|
78
|
+
justify-content: space-between;
|
|
79
|
+
font-size: 20px;
|
|
121
80
|
}
|
|
122
81
|
|
|
123
|
-
.
|
|
124
|
-
|
|
125
|
-
font-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
alternate-reverse both;
|
|
82
|
+
._W7qIA {
|
|
83
|
+
display: flex;
|
|
84
|
+
font-family: 'Venn', sans-serif;
|
|
85
|
+
flex-direction: row;
|
|
86
|
+
justify-content: space-between;
|
|
87
|
+
font-weight: var(--weight-bold);
|
|
88
|
+
font-size: 14px;
|
|
89
|
+
line-height: 135%;
|
|
132
90
|
}
|
|
133
91
|
|
|
134
|
-
.
|
|
135
|
-
|
|
136
|
-
height: 10px;
|
|
137
|
-
background-color: var(--red-600);
|
|
138
|
-
-webkit-animation: _2cX7o 1.4s cubic-bezier(0.87, 0, 0.17, 1) 1ms infinite forwards;
|
|
139
|
-
animation: _2cX7o 1.4s cubic-bezier(0.87, 0, 0.17, 1) 1ms infinite forwards;
|
|
92
|
+
._24KmE {
|
|
93
|
+
text-align: right;
|
|
140
94
|
}
|
|
141
95
|
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
}
|
|
147
|
-
100% {
|
|
148
|
-
opacity: 0;
|
|
149
|
-
color: var(--yellow-600);
|
|
150
|
-
}
|
|
96
|
+
._31lrj {
|
|
97
|
+
display: flex;
|
|
98
|
+
flex-direction: column;
|
|
99
|
+
align-items: center;
|
|
151
100
|
}
|
|
152
101
|
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
color: var(--blue-300);
|
|
157
|
-
}
|
|
158
|
-
100% {
|
|
159
|
-
opacity: 0;
|
|
160
|
-
color: var(--yellow-600);
|
|
161
|
-
}
|
|
102
|
+
._31lrj > svg {
|
|
103
|
+
-webkit-animation: _3NtDa 1.7s ease infinite;
|
|
104
|
+
animation: _3NtDa 1.7s ease infinite;
|
|
162
105
|
}
|
|
163
106
|
|
|
164
|
-
@-webkit-keyframes
|
|
165
|
-
0% {
|
|
166
|
-
opacity: 0;
|
|
167
|
-
transform: translateX(-34px);
|
|
168
|
-
border-radius: 48px;
|
|
169
|
-
background-color: var(--yellow-600);
|
|
170
|
-
}
|
|
171
|
-
40% {
|
|
172
|
-
border-radius: 0;
|
|
173
|
-
}
|
|
174
|
-
50% {
|
|
175
|
-
opacity: 1;
|
|
176
|
-
transform: translateX(0);
|
|
177
|
-
background-color: var(--red-600);
|
|
178
|
-
}
|
|
107
|
+
@-webkit-keyframes _3NtDa {
|
|
179
108
|
60% {
|
|
180
|
-
|
|
181
|
-
|
|
109
|
+
transform: scale(1); }
|
|
110
|
+
|
|
111
|
+
70% {
|
|
112
|
+
transform: scale(0.7); }
|
|
113
|
+
|
|
114
|
+
80% {
|
|
115
|
+
transform: scale(1); }
|
|
116
|
+
|
|
117
|
+
85% {
|
|
118
|
+
transform: scale(0.95); }
|
|
119
|
+
|
|
182
120
|
100% {
|
|
183
|
-
|
|
184
|
-
transform: translateX(34px);
|
|
185
|
-
border-radius: 48px;
|
|
186
|
-
background-color: var(--yellow-600);
|
|
187
|
-
}
|
|
121
|
+
transform: scale(1); }
|
|
188
122
|
}
|
|
189
123
|
|
|
190
|
-
@keyframes
|
|
191
|
-
0% {
|
|
192
|
-
opacity: 0;
|
|
193
|
-
transform: translateX(-34px);
|
|
194
|
-
border-radius: 48px;
|
|
195
|
-
background-color: var(--yellow-600);
|
|
196
|
-
}
|
|
197
|
-
40% {
|
|
198
|
-
border-radius: 0;
|
|
199
|
-
}
|
|
200
|
-
50% {
|
|
201
|
-
opacity: 1;
|
|
202
|
-
transform: translateX(0);
|
|
203
|
-
background-color: var(--red-600);
|
|
204
|
-
}
|
|
124
|
+
@keyframes _3NtDa {
|
|
205
125
|
60% {
|
|
206
|
-
|
|
207
|
-
|
|
126
|
+
transform: scale(1); }
|
|
127
|
+
|
|
128
|
+
70% {
|
|
129
|
+
transform: scale(0.7); }
|
|
130
|
+
|
|
131
|
+
80% {
|
|
132
|
+
transform: scale(1); }
|
|
133
|
+
|
|
134
|
+
85% {
|
|
135
|
+
transform: scale(0.95); }
|
|
136
|
+
|
|
208
137
|
100% {
|
|
209
|
-
|
|
210
|
-
transform: translateX(34px);
|
|
211
|
-
border-radius: 48px;
|
|
212
|
-
background-color: var(--yellow-600);
|
|
213
|
-
}
|
|
138
|
+
transform: scale(1); }
|
|
214
139
|
}
|
|
215
140
|
|
|
216
141
|
._D8SjB {
|
|
217
142
|
border: none;
|
|
218
143
|
background-color: var(--white);
|
|
219
|
-
color: var(--
|
|
144
|
+
color: var(--off-black);
|
|
220
145
|
width: 100%;
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
146
|
+
height: 90vh;
|
|
147
|
+
position: absolute;
|
|
148
|
+
bottom: 0;
|
|
149
|
+
border-top-left-radius: 20px;
|
|
150
|
+
border-top-right-radius: 20px;
|
|
151
|
+
padding-top: 48px;
|
|
152
|
+
outline: none;
|
|
224
153
|
}
|
|
225
154
|
|
|
226
155
|
._ocM9x {
|
|
@@ -231,6 +160,8 @@
|
|
|
231
160
|
|
|
232
161
|
._1GP2F {
|
|
233
162
|
overflow-y: auto;
|
|
163
|
+
margin: 0;
|
|
164
|
+
box-sizing: border-box;
|
|
234
165
|
}
|
|
235
166
|
|
|
236
167
|
._1yxCb {
|
|
@@ -250,18 +181,18 @@
|
|
|
250
181
|
display: flex;
|
|
251
182
|
justify-content: flex-end;
|
|
252
183
|
position: absolute;
|
|
253
|
-
top:
|
|
254
|
-
right:
|
|
184
|
+
top: 12px;
|
|
185
|
+
right: 12px;
|
|
255
186
|
z-index: 1;
|
|
256
187
|
}
|
|
257
188
|
|
|
258
189
|
._3YRro {
|
|
259
190
|
border: 0;
|
|
260
|
-
background-color: var(--blue-300);
|
|
261
|
-
border-radius: 50%;
|
|
262
191
|
display: flex;
|
|
263
192
|
justify-content: center;
|
|
264
193
|
align-items: center;
|
|
194
|
+
background-color: var(--off-black);
|
|
195
|
+
border-radius: 50%;
|
|
265
196
|
cursor: pointer;
|
|
266
197
|
padding: 4px;
|
|
267
198
|
}
|
|
@@ -271,7 +202,10 @@
|
|
|
271
202
|
border-radius: 8px;
|
|
272
203
|
width: 800px;
|
|
273
204
|
height: 550px;
|
|
205
|
+
position: relative;
|
|
206
|
+
padding-top: 0;
|
|
274
207
|
}
|
|
208
|
+
|
|
275
209
|
._1GP2F {
|
|
276
210
|
max-height: 100vh;
|
|
277
211
|
overflow: hidden;
|
|
@@ -288,95 +222,95 @@
|
|
|
288
222
|
flex-direction: row;
|
|
289
223
|
justify-content: center;
|
|
290
224
|
margin-bottom: 24px;
|
|
225
|
+
padding-bottom: 12px;
|
|
226
|
+
gap: 8px;
|
|
227
|
+
border-bottom: 1px solid var(--light-gray);
|
|
291
228
|
}
|
|
292
229
|
|
|
293
230
|
._1l2Oa > button {
|
|
294
|
-
position: relative;
|
|
295
231
|
height: 50px;
|
|
296
|
-
width: 50px;
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
border-radius:
|
|
300
|
-
font-family: '
|
|
301
|
-
font-size:
|
|
302
|
-
line-height:
|
|
232
|
+
min-width: 50px;
|
|
233
|
+
border: 1px solid var(--dark-gray);
|
|
234
|
+
text-transform: lowercase;
|
|
235
|
+
border-radius: 16px;
|
|
236
|
+
font-family: 'Argent CF', sans-serif;
|
|
237
|
+
font-size: 20px;
|
|
238
|
+
line-height: 120%;
|
|
303
239
|
font-weight: 600;
|
|
304
|
-
color: var(--blue-400);
|
|
305
|
-
display: flex;
|
|
306
|
-
justify-content: center;
|
|
307
|
-
align-items: center;
|
|
308
|
-
overflow: hidden;
|
|
309
240
|
cursor: pointer;
|
|
310
241
|
background-color: var(--white);
|
|
311
242
|
transition: all 0.1s ease;
|
|
312
243
|
}
|
|
313
244
|
|
|
314
|
-
._1l2Oa > button::after {
|
|
315
|
-
content: '';
|
|
316
|
-
width: 100%;
|
|
317
|
-
height: 4px;
|
|
318
|
-
position: absolute;
|
|
319
|
-
bottom: 0;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
245
|
._1l2Oa > button._3rue7 {
|
|
323
|
-
background-color: var(--
|
|
246
|
+
background-color: var(--alma-orange);
|
|
324
247
|
color: var(--white);
|
|
325
248
|
border: 0;
|
|
326
249
|
}
|
|
327
|
-
._1l2Oa > button._3rue7::after {
|
|
328
|
-
background-color: var(--red-600);
|
|
329
|
-
}
|
|
330
250
|
|
|
331
|
-
.
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
251
|
+
._z2Uiv {
|
|
252
|
+
display: flex;
|
|
253
|
+
flex-direction: row;
|
|
254
|
+
justify-content: space-between;
|
|
255
|
+
font-size: var(--font-base);
|
|
256
|
+
line-height: 135%;
|
|
257
|
+
margin-bottom: 6px;
|
|
258
|
+
width: 100%;
|
|
336
259
|
}
|
|
337
260
|
|
|
338
|
-
.
|
|
261
|
+
._2lJQy {
|
|
339
262
|
display: flex;
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
margin-bottom: 4px;
|
|
263
|
+
align-items: center;
|
|
264
|
+
margin-left: -23px;
|
|
343
265
|
}
|
|
344
266
|
|
|
345
|
-
.
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
267
|
+
._1Z9wr {
|
|
268
|
+
width: 10px;
|
|
269
|
+
height: 10px;
|
|
270
|
+
border-radius: 50%;
|
|
271
|
+
background-color: var(--soft-orange);
|
|
272
|
+
margin-right: 16px;
|
|
273
|
+
z-index: 1;
|
|
349
274
|
}
|
|
350
275
|
|
|
351
|
-
.
|
|
352
|
-
background: var(--
|
|
353
|
-
padding: 24px;
|
|
354
|
-
margin: 24px 0px;
|
|
355
|
-
border-radius: 8px;
|
|
276
|
+
._2Nmkl {
|
|
277
|
+
background-color: var(--alma-orange);
|
|
356
278
|
}
|
|
357
279
|
|
|
358
|
-
.
|
|
359
|
-
font-
|
|
360
|
-
font-weight: 600;
|
|
361
|
-
font-size: 14px;
|
|
362
|
-
margin-bottom: 24px;
|
|
280
|
+
._ezY-3 {
|
|
281
|
+
font-weight: bold;
|
|
363
282
|
}
|
|
364
283
|
|
|
365
|
-
|
|
366
|
-
|
|
284
|
+
@media screen and (min-width: 800px) {
|
|
285
|
+
._z2Uiv {
|
|
286
|
+
font-size: var(--font-base);
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
._1Z9wr::after {
|
|
290
|
+
border-left: 2px solid var(--off-white);
|
|
291
|
+
height: 85px;
|
|
292
|
+
margin-left: 4px;
|
|
293
|
+
content: " ";
|
|
294
|
+
position: absolute;
|
|
295
|
+
z-index: 0;
|
|
296
|
+
margin-top: 10px;
|
|
297
|
+
}
|
|
367
298
|
}
|
|
368
299
|
|
|
369
|
-
.
|
|
370
|
-
|
|
300
|
+
._MPKjS {
|
|
301
|
+
padding: 0 24px;
|
|
302
|
+
margin-bottom: 16px;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
._3a7er {
|
|
306
|
+
font-size: 14px;
|
|
307
|
+
margin-left: 4px;
|
|
371
308
|
}
|
|
372
309
|
|
|
373
310
|
@media (min-width: 800px) {
|
|
374
311
|
._MPKjS {
|
|
375
312
|
overflow-y: auto;
|
|
376
313
|
margin: 0;
|
|
377
|
-
border-bottom: 1px solid transparent;
|
|
378
|
-
height: 100%;
|
|
379
|
-
max-height: 180px;
|
|
380
314
|
}
|
|
381
315
|
}
|
|
382
316
|
|
|
@@ -385,9 +319,8 @@
|
|
|
385
319
|
flex-direction: row;
|
|
386
320
|
width: 100%;
|
|
387
321
|
justify-content: center;
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
margin: 8px 10px 0 0;
|
|
322
|
+
gap: 10px;
|
|
323
|
+
margin: 24px 0;
|
|
391
324
|
}
|
|
392
325
|
|
|
393
326
|
._180ro {
|
|
@@ -395,71 +328,52 @@
|
|
|
395
328
|
flex-direction: column;
|
|
396
329
|
margin-bottom: 40px;
|
|
397
330
|
padding: 0 24px;
|
|
331
|
+
gap: 20px;
|
|
398
332
|
}
|
|
399
333
|
|
|
400
334
|
._1HqCO {
|
|
401
335
|
display: flex;
|
|
402
336
|
align-items: center;
|
|
403
|
-
|
|
404
|
-
|
|
337
|
+
line-height: 135%;
|
|
338
|
+
gap: 16px;
|
|
405
339
|
}
|
|
406
340
|
|
|
407
341
|
._3B8wx {
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
border-radius: 50%;
|
|
415
|
-
background-color: var(--blue-300);
|
|
416
|
-
color: var(--white);
|
|
417
|
-
margin-right: 16px;
|
|
342
|
+
font-family: 'Argent CF', sans-serif;
|
|
343
|
+
font-weight: 600;
|
|
344
|
+
font-size: 32px;
|
|
345
|
+
min-width: 20px;
|
|
346
|
+
line-height: 110%;
|
|
347
|
+
color: var(--alma-blue);
|
|
418
348
|
}
|
|
419
349
|
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
margin: 0;
|
|
423
|
-
padding: 0;
|
|
424
|
-
}
|
|
350
|
+
._1HqCO:first-child ._3B8wx {
|
|
351
|
+
color: var(--alma-orange);
|
|
425
352
|
}
|
|
426
353
|
|
|
427
|
-
.
|
|
428
|
-
|
|
429
|
-
display: flex;
|
|
430
|
-
align-items: flex-end;
|
|
431
|
-
justify-content: center;
|
|
432
|
-
flex: 1;
|
|
433
|
-
padding-bottom: 64px;
|
|
354
|
+
._1HqCO:last-child ._3B8wx {
|
|
355
|
+
color: var(--alma-yellow);
|
|
434
356
|
}
|
|
435
357
|
|
|
436
358
|
@media (min-width: 800px) {
|
|
437
|
-
.
|
|
438
|
-
|
|
359
|
+
._180ro {
|
|
360
|
+
margin: 0;
|
|
361
|
+
padding: 0;
|
|
439
362
|
}
|
|
440
363
|
}
|
|
441
364
|
|
|
442
365
|
._3ERx- {
|
|
443
|
-
font-family: '
|
|
366
|
+
font-family: 'Argent CF', sans-serif;
|
|
444
367
|
font-weight: 600;
|
|
445
|
-
font-size:
|
|
446
|
-
line-height:
|
|
447
|
-
margin: 24px 0;
|
|
448
|
-
color: var(--blue-400);
|
|
368
|
+
font-size: 20px;
|
|
369
|
+
line-height: 130%;
|
|
449
370
|
text-align: center;
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
._3ERx- > span {
|
|
453
|
-
background-color: rgba(253, 175, 111, 0.5);
|
|
454
|
-
border-radius: 2px;
|
|
455
|
-
padding: 8px 4px 2px 4px;
|
|
371
|
+
margin: 0 0 24px 0;
|
|
456
372
|
}
|
|
457
373
|
|
|
458
374
|
@media (min-width: 800px) {
|
|
459
375
|
._3ERx- {
|
|
460
376
|
font-size: 24px;
|
|
461
|
-
text-align: start;
|
|
462
|
-
margin: 0 0 24px 0;
|
|
463
377
|
}
|
|
464
378
|
}
|
|
465
379
|
|
|
@@ -479,6 +393,13 @@
|
|
|
479
393
|
._2SBRC {
|
|
480
394
|
max-width: 300px;
|
|
481
395
|
padding-right: 24px;
|
|
396
|
+
gap: 20px;
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
._xW3wt {
|
|
400
|
+
position: absolute;
|
|
401
|
+
bottom: 35px;
|
|
402
|
+
left: 150px;
|
|
482
403
|
}
|
|
483
404
|
|
|
484
405
|
._17qNJ {
|
|
@@ -496,12 +417,39 @@
|
|
|
496
417
|
justify-content: center;
|
|
497
418
|
}
|
|
498
419
|
|
|
420
|
+
._2u9rj {
|
|
421
|
+
position: relative;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
._VRdAU {
|
|
425
|
+
position: absolute;
|
|
426
|
+
top: 15px;
|
|
427
|
+
left: 5px;
|
|
428
|
+
width: 2px;
|
|
429
|
+
/* 120px is a magic number, to avoid seeing the line under the TotalBlock */
|
|
430
|
+
height: calc(100% - 120px);
|
|
431
|
+
background-color: var(--off-white);
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
@media screen and (min-width: 800px) {
|
|
435
|
+
._2u9rj {
|
|
436
|
+
overflow: auto;
|
|
437
|
+
}
|
|
438
|
+
._VRdAU {
|
|
439
|
+
display: none;
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
|
|
499
443
|
._2G7Ch {
|
|
500
|
-
height: 100vh;
|
|
501
444
|
display: flex;
|
|
502
445
|
flex-direction: column;
|
|
503
446
|
}
|
|
504
447
|
|
|
448
|
+
._2779r {
|
|
449
|
+
margin: 0 auto;
|
|
450
|
+
overflow: visible;
|
|
451
|
+
}
|
|
452
|
+
|
|
505
453
|
._2SwwZ {
|
|
506
454
|
display: flex;
|
|
507
455
|
flex-direction: column;
|
|
@@ -512,14 +460,14 @@
|
|
|
512
460
|
._2qODo {
|
|
513
461
|
width: 100%;
|
|
514
462
|
height: 20px;
|
|
515
|
-
background-color:
|
|
463
|
+
background-color: var(--light-gray);
|
|
516
464
|
border-radius: 2px;
|
|
517
465
|
}
|
|
518
466
|
._2YO01 {
|
|
519
467
|
width: 60%;
|
|
520
468
|
height: 15px;
|
|
521
469
|
margin-top: 16px;
|
|
522
|
-
background-color:
|
|
470
|
+
background-color: var(--light-gray);
|
|
523
471
|
border-radius: 2px;
|
|
524
472
|
}
|
|
525
473
|
|
|
@@ -527,11 +475,12 @@
|
|
|
527
475
|
width: 368px;
|
|
528
476
|
max-width: 100%;
|
|
529
477
|
background-color: transparent;
|
|
530
|
-
border: 1px solid var(--gray
|
|
478
|
+
border: 1px solid var(--light-gray);
|
|
531
479
|
display: flex;
|
|
532
480
|
flex-direction: column;
|
|
533
481
|
align-items: flex-start;
|
|
534
482
|
padding: 12px;
|
|
483
|
+
gap: 8px;
|
|
535
484
|
}
|
|
536
485
|
|
|
537
486
|
._TSkFv:focus,
|
|
@@ -540,45 +489,52 @@
|
|
|
540
489
|
}
|
|
541
490
|
|
|
542
491
|
._LJ4nZ {
|
|
543
|
-
color: var(--blue-300);
|
|
544
492
|
margin-right: 12px;
|
|
545
493
|
}
|
|
494
|
+
|
|
546
495
|
._bMClc {
|
|
547
496
|
display: flex;
|
|
548
497
|
flex-direction: row;
|
|
549
498
|
align-items: flex-start;
|
|
550
499
|
}
|
|
500
|
+
|
|
551
501
|
._17c_S {
|
|
552
502
|
display: flex;
|
|
553
503
|
flex-direction: row;
|
|
504
|
+
gap: 8px;
|
|
554
505
|
align-items: flex-start;
|
|
555
506
|
max-width: 310px;
|
|
556
507
|
flex-wrap: wrap;
|
|
557
508
|
}
|
|
509
|
+
|
|
558
510
|
._2Kqjn {
|
|
511
|
+
font-family: 'Venn', sans-serif;
|
|
512
|
+
text-transform: lowercase;
|
|
513
|
+
color: var(--off-black);
|
|
514
|
+
border-radius: 4px;
|
|
515
|
+
font-weight: 700;
|
|
559
516
|
font-size: 12px;
|
|
560
|
-
font-family: 'Eina04', sans-serif;
|
|
561
|
-
font-weight: 600;
|
|
562
|
-
color: var(--blue-300);
|
|
563
|
-
line-height: 20px;
|
|
564
517
|
display: flex;
|
|
565
518
|
flex-direction: column;
|
|
519
|
+
justify-content: center;
|
|
566
520
|
align-items: center;
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
margin: 0 4px;
|
|
521
|
+
height: 24px;
|
|
522
|
+
min-width: 24px;
|
|
523
|
+
padding: 2px 4px; /* The 4px is made for Deferred plans */
|
|
571
524
|
}
|
|
525
|
+
|
|
572
526
|
._2Kqjn._3dG_J {
|
|
573
|
-
|
|
527
|
+
color: var(--white);
|
|
528
|
+
background: var(--alma-orange);
|
|
574
529
|
}
|
|
575
530
|
|
|
576
|
-
._2Kqjn._3dG_J.
|
|
577
|
-
|
|
531
|
+
._2Kqjn._3dG_J._2hx83 {
|
|
532
|
+
background: var(--off-black);
|
|
578
533
|
}
|
|
579
534
|
|
|
580
535
|
._2Kqjn._3dG_J._3O1bg {
|
|
581
|
-
|
|
536
|
+
background-color: var(--white);
|
|
537
|
+
color: var(--dark-gray);
|
|
582
538
|
cursor: not-allowed;
|
|
583
539
|
}
|
|
584
540
|
|
|
@@ -587,37 +543,39 @@
|
|
|
587
543
|
}
|
|
588
544
|
|
|
589
545
|
._25GrF {
|
|
590
|
-
font-family:
|
|
591
|
-
font-style: normal;
|
|
592
|
-
font-weight: normal;
|
|
546
|
+
font-family: 'Venn', sans-serif;
|
|
593
547
|
font-size: 12px;
|
|
594
548
|
line-height: 180%;
|
|
595
|
-
color: var(--
|
|
596
|
-
text-align: left;
|
|
597
|
-
margin-top: 8px;
|
|
549
|
+
color: var(--off-black);
|
|
598
550
|
}
|
|
551
|
+
|
|
599
552
|
._3O1bg {
|
|
600
|
-
color: var(--gray
|
|
553
|
+
color: var(--dark-gray);
|
|
601
554
|
}
|
|
555
|
+
|
|
602
556
|
._30j1O {
|
|
603
557
|
overflow: hidden;
|
|
604
558
|
align-items: center;
|
|
605
559
|
}
|
|
560
|
+
|
|
606
561
|
._R0YlN {
|
|
607
562
|
align-items: center;
|
|
608
563
|
line-height: 100%;
|
|
609
564
|
}
|
|
565
|
+
|
|
610
566
|
._2kGhu {
|
|
611
|
-
font-family:
|
|
567
|
+
font-family: 'Venn', sans-serif;
|
|
612
568
|
font-style: normal;
|
|
613
569
|
font-weight: normal;
|
|
614
570
|
font-size: 12px;
|
|
615
|
-
color: var(--
|
|
571
|
+
color: var(--off-black);
|
|
616
572
|
}
|
|
573
|
+
|
|
617
574
|
._73d_Y {
|
|
618
575
|
cursor: pointer;
|
|
619
576
|
text-decoration: underline;
|
|
620
577
|
}
|
|
578
|
+
|
|
621
579
|
._1ZDMS {
|
|
622
580
|
align-items: center;
|
|
623
581
|
}
|
|
@@ -625,6 +583,7 @@
|
|
|
625
583
|
._UksZa {
|
|
626
584
|
cursor: pointer;
|
|
627
585
|
}
|
|
586
|
+
|
|
628
587
|
._1lr-q {
|
|
629
588
|
cursor: not-allowed;
|
|
630
589
|
}
|