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.
@@ -1,7 +1,7 @@
1
1
  import { FC } from "react";
2
2
  interface Props {
3
- srcIcon: string;
4
- content: string;
3
+ srcIcon?: string;
4
+ content?: string;
5
5
  }
6
6
  declare const IconContent: FC<Props>;
7
7
  export default IconContent;
@@ -1,3 +1,6 @@
1
- /// <reference types="react" />
2
- declare const QuoteContent: () => JSX.Element;
1
+ import { FC } from "react";
2
+ interface Props {
3
+ descriptions?: string;
4
+ }
5
+ declare const QuoteContent: FC<Props>;
3
6
  export default QuoteContent;
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: "Poppins-Regular" !important; }
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: #ffb04f;
41
- border-radius: 100px;
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: 600;
46
- font-size: 20px;
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 !important;
58
- font-size: 16px;
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 p {
63
+ ._1Swkw {
67
64
  color: #ffffff;
68
- margin-bottom: 0;
69
- font-size: 56px;
70
- font-weight: 700;
71
- text-align: left; }
72
-
73
- ._gi8vj p {
74
- color: #73c8e5;
75
- margin-bottom: 0;
76
- font-size: 24px;
77
- font-weight: 600;
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: "Montserrat-Bold" !important; }
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: "Poppins-Regular" !important; }
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: #336dda; }
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: #336dda;
160
+ color: #336DDA;
150
161
  font-size: 16px;
151
162
  display: inline-block;
152
163
  font-weight: 500;
153
- font-family: "Poppins-Regular" !important; }
164
+ font-family: 'Poppins-Regular' !important; }
154
165
  ._3bDsd:hover {
155
- color: #336dda;
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
- border-radius: 12px;
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:nth-child(3) {
202
- background: #73c8e5;
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: "Poppins-Regular" !important; }
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: "Montserrat-Bold" !important; }
262
+ font-family: 'Montserrat-Bold' !important; }
274
263
 
275
264
  ._3CWP6 ._PMcjT {
276
265
  margin-bottom: 20px;
277
- font-family: "Poppins-Regular" !important; }
266
+ font-family: 'Poppins-Regular' !important; }
278
267
 
279
268
  ._3CWP6 ._3IL10 {
280
269
  margin-bottom: 70px;
281
- font-family: "Poppins-Regular" !important; }
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-size: cover;
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: #336dda;
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: #336dda;
295
+ background-color: #336DDA;
332
296
  overflow: hidden; } }
333
- ._F-hjL ._149oA {
334
- background: rgba(0, 0, 0, 0.57);
335
- height: 100%;
336
- padding: 20px 100px; }
337
- ._F-hjL ._149oA ._24U3W > img {
338
- height: 40px; }
339
- ._F-hjL ._149oA ._3Wmco {
340
- padding-top: 70px; }
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: 768px) {
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
- ._2yRc8 {
554
- font-size: 30px;
555
- color: #ffffff; }
556
- ._149oA {
557
- padding: 20px !important; }
558
- ._13Rk0 ._1Swkw > p {
559
- font-size: 40px;
560
- font-weight: 700;
561
- text-align: center; }
562
- ._13Rk0 ._gi8vj > p {
563
- font-size: 16px;
564
- font-weight: 600;
565
- text-align: center; }
566
- ._141p1 {
567
- right: 20px; }
568
- ._ABUIP {
569
- overflow-x: scroll;
570
- -ms-overflow-style: none;
571
- scrollbar-width: none; }
572
- ._ABUIP::-webkit-scrollbar {
573
- display: none; }
574
- ._F-hjL ._1TT1q ._NszFe {
575
- width: 70%;
576
- border: #8b0000;
577
- color: #ffffff;
578
- max-width: 500px;
579
- margin: 5px auto;
580
- background-color: #8b0000;
581
- border-radius: 10px;
582
- padding: 5px 40px; }
583
- ._F-hjL ._1TT1q ._MDjzH {
584
- width: 70%;
585
- border: #8b0000;
586
- max-width: 500px;
587
- margin: 5px auto;
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
- ._WX97m {
606
- padding: 10px 40px !important; }
607
- ._WX97m {
608
- background: #ffff;
609
- padding: 20px;
610
- margin-top: 10px; }
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