mario-core 3.0.5-admin → 3.0.7-admin

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.
@@ -0,0 +1,5 @@
1
+ export interface IModelSelectRoles {
2
+ isOpenModel: boolean;
3
+ userRoles: string[];
4
+ onSelectUserRoles: Function;
5
+ }
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IModelSelectRoles } from "../constant/type";
3
+ declare const ModelSelectRole: ({ isOpenModel, userRoles, onSelectUserRoles }: IModelSelectRoles) => JSX.Element;
4
+ export default ModelSelectRole;
@@ -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,6 +1,3 @@
1
- import { FC } from "react";
2
- interface Props {
3
- descriptions?: string;
4
- }
5
- declare const QuoteContent: FC<Props>;
1
+ /// <reference types="react" />
2
+ declare const QuoteContent: () => JSX.Element;
6
3
  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,62 +37,46 @@
37
37
  color: #ffffff; }
38
38
 
39
39
  ._r9cAh {
40
- background-color: transparent;
41
- border: 2px #ffffff solid;
42
- border-radius: 10px;
40
+ background-color: #ffb04f;
41
+ border-radius: 100px;
43
42
  padding: 5px 40px;
44
43
  text-align: center;
45
44
  text-transform: uppercase;
46
- font-weight: 500;
47
- font-size: 22px;
45
+ font-weight: 600;
46
+ font-size: 20px;
47
+ color: #242424;
48
48
  cursor: pointer;
49
49
  display: inline-block; }
50
50
  ._r9cAh:hover {
51
- color: inherit; }
51
+ color: inherit;
52
+ background: #f5a037;
53
+ text-decoration: none; }
52
54
 
53
55
  ._NszFe,
54
56
  ._MDjzH {
55
- color: #ffffff;
56
- font-size: 20px;
57
+ color: #ffffff !important;
58
+ font-size: 16px;
59
+ font-weight: 500;
57
60
  text-align: center; }
58
61
  ._NszFe:hover,
59
62
  ._MDjzH:hover {
60
63
  color: #ffffff;
61
64
  text-decoration: none; }
62
65
 
63
- ._1Swkw {
64
- color: #ffffff;
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 {
66
+ ._1Swkw p {
74
67
  color: #ffffff;
75
- font-size: 20px;
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;
76
78
  text-align: left;
77
79
  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; }
96
80
 
97
81
  ._38Lo1 {
98
82
  width: 826px; }
@@ -114,7 +98,7 @@
114
98
  font-weight: bold;
115
99
  line-height: 28px;
116
100
  margin-bottom: 30px;
117
- font-family: 'Montserrat-Bold' !important; }
101
+ font-family: "Montserrat-Bold" !important; }
118
102
 
119
103
  ._21qb6 {
120
104
  margin-bottom: 5px; }
@@ -142,14 +126,19 @@
142
126
  border: none;
143
127
  outline: none;
144
128
  width: 100%;
145
- font-family: 'Poppins-Regular' !important; }
129
+ font-family: "Poppins-Regular" !important; }
130
+
131
+ ._141p1 {
132
+ bottom: 20px;
133
+ position: absolute;
134
+ right: 100px; }
146
135
 
147
136
  ._Ce3Kg {
148
137
  color: #2196f3;
149
138
  text-align: center;
150
139
  font-weight: 500; }
151
140
  ._Ce3Kg:hover {
152
- color: #336DDA; }
141
+ color: #336dda; }
153
142
 
154
143
  ._2t6d9 {
155
144
  text-align: left;
@@ -157,13 +146,13 @@
157
146
  font-size: 16px !important; }
158
147
 
159
148
  ._3bDsd {
160
- color: #336DDA;
149
+ color: #336dda;
161
150
  font-size: 16px;
162
151
  display: inline-block;
163
152
  font-weight: 500;
164
- font-family: 'Poppins-Regular' !important; }
153
+ font-family: "Poppins-Regular" !important; }
165
154
  ._3bDsd:hover {
166
- color: #336DDA;
155
+ color: #336dda;
167
156
  -webkit-text-decoration: revert;
168
157
  text-decoration: revert; }
169
158
 
@@ -185,11 +174,33 @@
185
174
  font-weight: 500;
186
175
  text-align: center; }
187
176
 
188
- ._2rZY6 ._3SOdX {
189
- padding-left: 0; }
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; }
190
200
 
191
- ._2rZY6 ._y9lM2 {
192
- padding-top: 10px; }
201
+ ._2rZY6:nth-child(3) {
202
+ background: #73c8e5;
203
+ color: #242424; }
193
204
 
194
205
  ._1TT1q ._NszFe,
195
206
  ._1TT1q ._MDjzH {
@@ -241,7 +252,7 @@
241
252
  margin: 30px 0;
242
253
  color: rgba(0, 0, 0, 0.36);
243
254
  font-weight: 500;
244
- font-family: 'Poppins-Regular' !important; }
255
+ font-family: "Poppins-Regular" !important; }
245
256
  ._wWIyO ._3IL10:hover {
246
257
  background-color: #2196f3;
247
258
  color: #ffffff; }
@@ -259,15 +270,15 @@
259
270
 
260
271
  ._3CWP6 ._3nuns {
261
272
  margin-bottom: 0;
262
- font-family: 'Montserrat-Bold' !important; }
273
+ font-family: "Montserrat-Bold" !important; }
263
274
 
264
275
  ._3CWP6 ._PMcjT {
265
276
  margin-bottom: 20px;
266
- font-family: 'Poppins-Regular' !important; }
277
+ font-family: "Poppins-Regular" !important; }
267
278
 
268
279
  ._3CWP6 ._3IL10 {
269
280
  margin-bottom: 70px;
270
- font-family: 'Poppins-Regular' !important; }
281
+ font-family: "Poppins-Regular" !important; }
271
282
 
272
283
  ._3Wmco ._13Rk0 {
273
284
  padding-bottom: 60px; }
@@ -281,10 +292,35 @@
281
292
  margin-right: -30px; }
282
293
 
283
294
  ._jOY7o {
284
- background-image: url("/images/home.png") !important; }
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.jpg"); }
304
+ 25% {
305
+ opacity: 1;
306
+ background-image: url("/images/landing-page2.jpg"); }
307
+ 100% {
308
+ opacity: 2;
309
+ background-image: url("/images/landing-page3.jpg"); } }
310
+
311
+ @keyframes _wnn2_ {
312
+ 0% {
313
+ opacity: 0;
314
+ background-image: url("/images/landing-page.jpg"); }
315
+ 25% {
316
+ opacity: 1;
317
+ background-image: url("/images/landing-page2.jpg"); }
318
+ 100% {
319
+ opacity: 2;
320
+ background-image: url("/images/landing-page3.jpg"); } }
285
321
 
286
322
  ._F-hjL {
287
- background-color: #336DDA;
323
+ background-color: #336dda;
288
324
  background-repeat: no-repeat;
289
325
  background-size: cover;
290
326
  width: 100%;
@@ -292,16 +328,16 @@
292
328
  background-position: center; }
293
329
  @media (max-width: 768px) {
294
330
  ._F-hjL {
295
- background-color: #336DDA;
331
+ background-color: #336dda;
296
332
  overflow: hidden; } }
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; }
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; }
305
341
 
306
342
  ._2v-L_ {
307
343
  padding: 0 !important; }
@@ -499,26 +535,6 @@
499
535
  color: #009ef7; }
500
536
 
501
537
  @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; }
522
538
  ._1INnO {
523
539
  display: none; }
524
540
  ._38Lo1 {
@@ -526,7 +542,7 @@
526
542
  ._wWIyO {
527
543
  padding: 50px 20px !important; } }
528
544
 
529
- @media (max-width: 991px) {
545
+ @media (max-width: 768px) {
530
546
  ._2v-L_ {
531
547
  display: none; }
532
548
  ._wWIyO {
@@ -534,49 +550,73 @@
534
550
  ._38Lo1 {
535
551
  width: 500px !important;
536
552
  max-width: 95%; }
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; }
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; }
572
603
  ._1INnO {
573
- display: none; } }
574
-
575
- @media (min-width: 992px) and (max-width: 1199px) {
576
- ._2LIqK {
577
- display: none; } }
578
-
579
- @media (min-width: 1200px) {
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) {
580
620
  ._2LIqK {
581
621
  display: none; } }
582
622