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