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