mario-core 3.0.6-admin → 3.0.6-counselor
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/dist/containers/Login/views/block/IconContent.d.ts +2 -2
- package/dist/containers/Login/views/block/QuoteContent.d.ts +5 -2
- package/dist/index.css +127 -167
- package/dist/index.js +94 -116
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +95 -117
- package/dist/index.modern.js.map +1 -1
- package/dist/utils/constants.d.ts +1 -0
- package/package.json +1 -1
- package/dist/containers/Login/constant/type.d.ts +0 -5
- package/dist/containers/Login/views/ModelSelectRole.d.ts +0 -4
- package/dist/utils/amplitude.d.ts +0 -1
package/dist/index.css
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
width: 100%;
|
|
13
13
|
justify-content: center; }
|
|
14
14
|
._2HqmH > span {
|
|
15
|
-
font-family:
|
|
15
|
+
font-family: 'Poppins-Regular' !important; }
|
|
16
16
|
|
|
17
17
|
._2sew7 {
|
|
18
18
|
top: -4px;
|
|
@@ -37,46 +37,62 @@
|
|
|
37
37
|
color: #ffffff; }
|
|
38
38
|
|
|
39
39
|
._r9cAh {
|
|
40
|
-
background-color:
|
|
41
|
-
border
|
|
40
|
+
background-color: transparent;
|
|
41
|
+
border: 2px #ffffff solid;
|
|
42
|
+
border-radius: 10px;
|
|
42
43
|
padding: 5px 40px;
|
|
43
44
|
text-align: center;
|
|
44
45
|
text-transform: uppercase;
|
|
45
|
-
font-weight:
|
|
46
|
-
font-size:
|
|
47
|
-
color: #242424;
|
|
46
|
+
font-weight: 500;
|
|
47
|
+
font-size: 22px;
|
|
48
48
|
cursor: pointer;
|
|
49
49
|
display: inline-block; }
|
|
50
50
|
._r9cAh:hover {
|
|
51
|
-
color: inherit;
|
|
52
|
-
background: #f5a037;
|
|
53
|
-
text-decoration: none; }
|
|
51
|
+
color: inherit; }
|
|
54
52
|
|
|
55
53
|
._NszFe,
|
|
56
54
|
._MDjzH {
|
|
57
|
-
color: #ffffff
|
|
58
|
-
font-size:
|
|
59
|
-
font-weight: 500;
|
|
55
|
+
color: #ffffff;
|
|
56
|
+
font-size: 20px;
|
|
60
57
|
text-align: center; }
|
|
61
58
|
._NszFe:hover,
|
|
62
59
|
._MDjzH:hover {
|
|
63
60
|
color: #ffffff;
|
|
64
61
|
text-decoration: none; }
|
|
65
62
|
|
|
66
|
-
._1Swkw
|
|
63
|
+
._1Swkw {
|
|
67
64
|
color: #ffffff;
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
65
|
+
font-size: 26px;
|
|
66
|
+
text-align: right;
|
|
67
|
+
border-right: 3px #ffffff solid; }
|
|
68
|
+
._1Swkw p {
|
|
69
|
+
margin-bottom: 0;
|
|
70
|
+
font-size: 32px;
|
|
71
|
+
text-align: right; }
|
|
72
|
+
|
|
73
|
+
._gi8vj {
|
|
74
|
+
color: #ffffff;
|
|
75
|
+
font-size: 20px;
|
|
78
76
|
text-align: left;
|
|
79
77
|
opacity: 0.8; }
|
|
78
|
+
._gi8vj p {
|
|
79
|
+
margin-bottom: 0;
|
|
80
|
+
font-size: 20px;
|
|
81
|
+
text-align: left;
|
|
82
|
+
opacity: 0.8; }
|
|
83
|
+
|
|
84
|
+
._3SOdX {
|
|
85
|
+
color: #ffffff;
|
|
86
|
+
font-size: 16px;
|
|
87
|
+
opacity: 0.8;
|
|
88
|
+
letter-spacing: normal;
|
|
89
|
+
line-height: 1.5; }
|
|
90
|
+
._3SOdX p {
|
|
91
|
+
color: #ffffff;
|
|
92
|
+
font-size: 16px;
|
|
93
|
+
opacity: 0.8;
|
|
94
|
+
letter-spacing: normal;
|
|
95
|
+
line-height: 1.5; }
|
|
80
96
|
|
|
81
97
|
._38Lo1 {
|
|
82
98
|
width: 826px; }
|
|
@@ -98,7 +114,7 @@
|
|
|
98
114
|
font-weight: bold;
|
|
99
115
|
line-height: 28px;
|
|
100
116
|
margin-bottom: 30px;
|
|
101
|
-
font-family:
|
|
117
|
+
font-family: 'Montserrat-Bold' !important; }
|
|
102
118
|
|
|
103
119
|
._21qb6 {
|
|
104
120
|
margin-bottom: 5px; }
|
|
@@ -126,19 +142,14 @@
|
|
|
126
142
|
border: none;
|
|
127
143
|
outline: none;
|
|
128
144
|
width: 100%;
|
|
129
|
-
font-family:
|
|
130
|
-
|
|
131
|
-
._141p1 {
|
|
132
|
-
bottom: 20px;
|
|
133
|
-
position: absolute;
|
|
134
|
-
right: 100px; }
|
|
145
|
+
font-family: 'Poppins-Regular' !important; }
|
|
135
146
|
|
|
136
147
|
._Ce3Kg {
|
|
137
148
|
color: #2196f3;
|
|
138
149
|
text-align: center;
|
|
139
150
|
font-weight: 500; }
|
|
140
151
|
._Ce3Kg:hover {
|
|
141
|
-
color: #
|
|
152
|
+
color: #336DDA; }
|
|
142
153
|
|
|
143
154
|
._2t6d9 {
|
|
144
155
|
text-align: left;
|
|
@@ -146,13 +157,13 @@
|
|
|
146
157
|
font-size: 16px !important; }
|
|
147
158
|
|
|
148
159
|
._3bDsd {
|
|
149
|
-
color: #
|
|
160
|
+
color: #336DDA;
|
|
150
161
|
font-size: 16px;
|
|
151
162
|
display: inline-block;
|
|
152
163
|
font-weight: 500;
|
|
153
|
-
font-family:
|
|
164
|
+
font-family: 'Poppins-Regular' !important; }
|
|
154
165
|
._3bDsd:hover {
|
|
155
|
-
color: #
|
|
166
|
+
color: #336DDA;
|
|
156
167
|
-webkit-text-decoration: revert;
|
|
157
168
|
text-decoration: revert; }
|
|
158
169
|
|
|
@@ -174,33 +185,11 @@
|
|
|
174
185
|
font-weight: 500;
|
|
175
186
|
text-align: center; }
|
|
176
187
|
|
|
177
|
-
._2rZY6 {
|
|
178
|
-
|
|
179
|
-
padding: 20px 50px;
|
|
180
|
-
margin-right: 20px;
|
|
181
|
-
height: 100%;
|
|
182
|
-
width: 280px; }
|
|
183
|
-
._2rZY6 ._3SOdX > p {
|
|
184
|
-
font-size: 14px;
|
|
185
|
-
font-weight: 400;
|
|
186
|
-
margin-bottom: 0; }
|
|
187
|
-
._2rZY6 ._3SOdX > p > span {
|
|
188
|
-
font-size: 14px;
|
|
189
|
-
font-weight: 600; }
|
|
190
|
-
._2rZY6 ._y9lM2 > img {
|
|
191
|
-
height: 30px; }
|
|
192
|
-
|
|
193
|
-
._2rZY6:nth-child(1) {
|
|
194
|
-
background: #316cd9;
|
|
195
|
-
color: #ffffff; }
|
|
196
|
-
|
|
197
|
-
._2rZY6:nth-child(2) {
|
|
198
|
-
background: #c54140;
|
|
199
|
-
color: #ffffff; }
|
|
188
|
+
._2rZY6 ._3SOdX {
|
|
189
|
+
padding-left: 0; }
|
|
200
190
|
|
|
201
|
-
._2rZY6
|
|
202
|
-
|
|
203
|
-
color: #242424; }
|
|
191
|
+
._2rZY6 ._y9lM2 {
|
|
192
|
+
padding-top: 10px; }
|
|
204
193
|
|
|
205
194
|
._1TT1q ._NszFe,
|
|
206
195
|
._1TT1q ._MDjzH {
|
|
@@ -252,7 +241,7 @@
|
|
|
252
241
|
margin: 30px 0;
|
|
253
242
|
color: rgba(0, 0, 0, 0.36);
|
|
254
243
|
font-weight: 500;
|
|
255
|
-
font-family:
|
|
244
|
+
font-family: 'Poppins-Regular' !important; }
|
|
256
245
|
._wWIyO ._3IL10:hover {
|
|
257
246
|
background-color: #2196f3;
|
|
258
247
|
color: #ffffff; }
|
|
@@ -270,15 +259,15 @@
|
|
|
270
259
|
|
|
271
260
|
._3CWP6 ._3nuns {
|
|
272
261
|
margin-bottom: 0;
|
|
273
|
-
font-family:
|
|
262
|
+
font-family: 'Montserrat-Bold' !important; }
|
|
274
263
|
|
|
275
264
|
._3CWP6 ._PMcjT {
|
|
276
265
|
margin-bottom: 20px;
|
|
277
|
-
font-family:
|
|
266
|
+
font-family: 'Poppins-Regular' !important; }
|
|
278
267
|
|
|
279
268
|
._3CWP6 ._3IL10 {
|
|
280
269
|
margin-bottom: 70px;
|
|
281
|
-
font-family:
|
|
270
|
+
font-family: 'Poppins-Regular' !important; }
|
|
282
271
|
|
|
283
272
|
._3Wmco ._13Rk0 {
|
|
284
273
|
padding-bottom: 60px; }
|
|
@@ -292,35 +281,10 @@
|
|
|
292
281
|
margin-right: -30px; }
|
|
293
282
|
|
|
294
283
|
._jOY7o {
|
|
295
|
-
background-
|
|
296
|
-
opacity: 0;
|
|
297
|
-
-webkit-animation: _wnn2_ 20s step-start infinite 0s;
|
|
298
|
-
animation: _wnn2_ 20s step-start infinite 0s; }
|
|
299
|
-
|
|
300
|
-
@-webkit-keyframes _wnn2_ {
|
|
301
|
-
0% {
|
|
302
|
-
opacity: 0;
|
|
303
|
-
background-image: url("/images/landing-page.svg"); }
|
|
304
|
-
25% {
|
|
305
|
-
opacity: 1;
|
|
306
|
-
background-image: url("/images/landing-page2.svg"); }
|
|
307
|
-
100% {
|
|
308
|
-
opacity: 2;
|
|
309
|
-
background-image: url("/images/landing-page3.svg"); } }
|
|
310
|
-
|
|
311
|
-
@keyframes _wnn2_ {
|
|
312
|
-
0% {
|
|
313
|
-
opacity: 0;
|
|
314
|
-
background-image: url("/images/landing-page.svg"); }
|
|
315
|
-
25% {
|
|
316
|
-
opacity: 1;
|
|
317
|
-
background-image: url("/images/landing-page2.svg"); }
|
|
318
|
-
100% {
|
|
319
|
-
opacity: 2;
|
|
320
|
-
background-image: url("/images/landing-page3.svg"); } }
|
|
284
|
+
background-image: url("/images/home.png") !important; }
|
|
321
285
|
|
|
322
286
|
._F-hjL {
|
|
323
|
-
background-color: #
|
|
287
|
+
background-color: #336DDA;
|
|
324
288
|
background-repeat: no-repeat;
|
|
325
289
|
background-size: cover;
|
|
326
290
|
width: 100%;
|
|
@@ -328,16 +292,16 @@
|
|
|
328
292
|
background-position: center; }
|
|
329
293
|
@media (max-width: 768px) {
|
|
330
294
|
._F-hjL {
|
|
331
|
-
background-color: #
|
|
295
|
+
background-color: #336DDA;
|
|
332
296
|
overflow: hidden; } }
|
|
333
|
-
._F-hjL .
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
297
|
+
._F-hjL ._1TT1q {
|
|
298
|
+
padding-top: 40px;
|
|
299
|
+
padding-right: 60px;
|
|
300
|
+
justify-content: flex-end; }
|
|
301
|
+
._F-hjL ._3Wmco {
|
|
302
|
+
padding-top: 60px;
|
|
303
|
+
padding-right: 50px;
|
|
304
|
+
padding-left: 50px; }
|
|
341
305
|
|
|
342
306
|
._2v-L_ {
|
|
343
307
|
padding: 0 !important; }
|
|
@@ -535,6 +499,26 @@
|
|
|
535
499
|
color: #009ef7; }
|
|
536
500
|
|
|
537
501
|
@media (max-width: 575px) {
|
|
502
|
+
._F-hjL ._1TT1q {
|
|
503
|
+
padding: 0;
|
|
504
|
+
height: 90vh;
|
|
505
|
+
flex-flow: column; }
|
|
506
|
+
._F-hjL ._1TT1q ._NszFe,
|
|
507
|
+
._F-hjL ._1TT1q ._MDjzH {
|
|
508
|
+
color: #8b0000;
|
|
509
|
+
font-weight: 500;
|
|
510
|
+
margin-bottom: 15px;
|
|
511
|
+
font-size: 24px; }
|
|
512
|
+
._F-hjL ._1TT1q ._r9cAh {
|
|
513
|
+
justify-content: center;
|
|
514
|
+
width: 70%;
|
|
515
|
+
margin: 0 auto;
|
|
516
|
+
border: #8b0000;
|
|
517
|
+
color: #ffffff;
|
|
518
|
+
background-color: #8b0000; }
|
|
519
|
+
._F-hjL ._1TT1q ._r9cAh :hover {
|
|
520
|
+
background-color: transparent;
|
|
521
|
+
color: #8b0000; }
|
|
538
522
|
._1INnO {
|
|
539
523
|
display: none; }
|
|
540
524
|
._38Lo1 {
|
|
@@ -542,7 +526,7 @@
|
|
|
542
526
|
._wWIyO {
|
|
543
527
|
padding: 50px 20px !important; } }
|
|
544
528
|
|
|
545
|
-
@media (max-width:
|
|
529
|
+
@media (max-width: 991px) {
|
|
546
530
|
._2v-L_ {
|
|
547
531
|
display: none; }
|
|
548
532
|
._wWIyO {
|
|
@@ -550,73 +534,49 @@
|
|
|
550
534
|
._38Lo1 {
|
|
551
535
|
width: 500px !important;
|
|
552
536
|
max-width: 95%; }
|
|
553
|
-
.
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
border-radius: 10px;
|
|
589
|
-
color: #ffffff;
|
|
590
|
-
background-color: #8b0000;
|
|
591
|
-
padding: 5px 40px; }
|
|
592
|
-
._F-hjL ._1TT1q ._r9cAh {
|
|
593
|
-
justify-content: center;
|
|
594
|
-
width: 70%;
|
|
595
|
-
max-width: 500px;
|
|
596
|
-
margin: 5px auto;
|
|
597
|
-
border: #8b0000;
|
|
598
|
-
color: #ffffff;
|
|
599
|
-
background-color: #8b0000; }
|
|
600
|
-
._F-hjL ._1TT1q ._r9cAh :hover {
|
|
601
|
-
background-color: transparent;
|
|
602
|
-
color: #8b0000; }
|
|
537
|
+
._jOY7o {
|
|
538
|
+
background-image: url("/images/mobile bg@2x.png") !important; }
|
|
539
|
+
._F-hjL ._1TT1q {
|
|
540
|
+
padding: 0;
|
|
541
|
+
height: 90vh;
|
|
542
|
+
flex-flow: column; }
|
|
543
|
+
._F-hjL ._1TT1q ._NszFe {
|
|
544
|
+
width: 70%;
|
|
545
|
+
border: #8b0000;
|
|
546
|
+
color: #ffffff;
|
|
547
|
+
max-width: 500px;
|
|
548
|
+
margin: 5px auto;
|
|
549
|
+
background-color: #8b0000;
|
|
550
|
+
border-radius: 10px;
|
|
551
|
+
padding: 5px 40px; }
|
|
552
|
+
._F-hjL ._1TT1q ._MDjzH {
|
|
553
|
+
width: 70%;
|
|
554
|
+
border: #8b0000;
|
|
555
|
+
max-width: 500px;
|
|
556
|
+
margin: 5px auto;
|
|
557
|
+
border-radius: 10px;
|
|
558
|
+
color: #ffffff;
|
|
559
|
+
background-color: #8b0000;
|
|
560
|
+
padding: 5px 40px; }
|
|
561
|
+
._F-hjL ._1TT1q ._r9cAh {
|
|
562
|
+
justify-content: center;
|
|
563
|
+
width: 70%;
|
|
564
|
+
max-width: 500px;
|
|
565
|
+
margin: 5px auto;
|
|
566
|
+
border: #8b0000;
|
|
567
|
+
color: #ffffff;
|
|
568
|
+
background-color: #8b0000; }
|
|
569
|
+
._F-hjL ._1TT1q ._r9cAh :hover {
|
|
570
|
+
background-color: transparent;
|
|
571
|
+
color: #8b0000; }
|
|
603
572
|
._1INnO {
|
|
604
|
-
display: none; }
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
.
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
._WX97m > ul > li > a {
|
|
612
|
-
width: 100% !important;
|
|
613
|
-
border: none !important;
|
|
614
|
-
color: #000000 !important;
|
|
615
|
-
background-color: #fff !important;
|
|
616
|
-
text-align: left;
|
|
617
|
-
padding: 0 !important; } }
|
|
618
|
-
|
|
619
|
-
@media (min-width: 768px) {
|
|
573
|
+
display: none; } }
|
|
574
|
+
|
|
575
|
+
@media (min-width: 992px) and (max-width: 1199px) {
|
|
576
|
+
._2LIqK {
|
|
577
|
+
display: none; } }
|
|
578
|
+
|
|
579
|
+
@media (min-width: 1200px) {
|
|
620
580
|
._2LIqK {
|
|
621
581
|
display: none; } }
|
|
622
582
|
|