@taskon/widget-react 0.0.1-beta.4 → 0.0.1-beta.6
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 +13 -4
- package/dist/CommunityTaskList.css +119 -111
- package/dist/EligibilityInfo.css +114 -110
- package/dist/LeaderboardWidget.css +73 -71
- package/dist/PageBuilder.css +5 -0
- package/dist/Quest.css +259 -255
- package/dist/TaskOnProvider.css +2 -0
- package/dist/UserCenterWidget.css +6 -6
- package/dist/UserCenterWidget2.css +1626 -1601
- package/dist/{dynamic-import-helper.css → WidgetShell.css} +2 -2
- package/dist/chunks/{CommunityTaskList-C9Gv8KOF.js → CommunityTaskList-Hde2OKHH.js} +1070 -580
- package/dist/chunks/{EligibilityInfo-D-Fuy9GE.js → EligibilityInfo-BV0Z2TgY.js} +1972 -1028
- package/dist/chunks/{LeaderboardWidget-BV2D2q1N.js → LeaderboardWidget-BNGRD5Bu.js} +270 -249
- package/dist/chunks/{PageBuilder-DQoU4Mwf.js → PageBuilder-C5DSHiW9.js} +5 -5
- package/dist/chunks/{Quest-B5NyVr3o.js → Quest-DG9zfXJo.js} +723 -513
- package/dist/chunks/{TaskOnProvider-93UxARFo.js → TaskOnProvider-BhamHIyY.js} +98 -68
- package/dist/chunks/{ThemeProvider-CPI_roeh.js → ThemeProvider-mXLdLSkq.js} +107 -20
- package/dist/chunks/{UserCenterWidget-cADBSVg7.js → UserCenterWidget-D5ttw4hO.js} +1328 -1337
- package/dist/chunks/{UserCenterWidget-BRtigY_S.js → UserCenterWidget-jDO5zTN1.js} +358 -254
- package/dist/chunks/{dynamic-import-helper-DwXlQC0S.js → WidgetShell-D7yC894Y.js} +447 -457
- package/dist/chunks/communitytask-es-CBNnS4o2.js +521 -0
- package/dist/chunks/communitytask-ja-GRf9cbdx.js +521 -0
- package/dist/chunks/communitytask-ko-Bf24PQKI.js +521 -0
- package/dist/chunks/communitytask-ru-CZm2CPoV.js +521 -0
- package/dist/chunks/leaderboardwidget-es-vKjrjQaz.js +146 -0
- package/dist/chunks/leaderboardwidget-ja-Q6u0HxKG.js +146 -0
- package/dist/chunks/leaderboardwidget-ko-CG6SWgxf.js +146 -0
- package/dist/chunks/leaderboardwidget-ru-DCcHcJGz.js +146 -0
- package/dist/chunks/quest-es-Dyyy0zaw.js +863 -0
- package/dist/chunks/quest-ja-Depog33y.js +863 -0
- package/dist/chunks/quest-ko-BMu3uRQJ.js +863 -0
- package/dist/chunks/quest-ru-xne814Rw.js +863 -0
- package/dist/chunks/taskwidget-es-Do9b3Mqw.js +245 -0
- package/dist/chunks/taskwidget-ja-CqSu-yWA.js +245 -0
- package/dist/chunks/taskwidget-ko-EHgXFV4B.js +245 -0
- package/dist/chunks/taskwidget-ru-CMbLQDK4.js +245 -0
- package/dist/chunks/usercenter-es-Dz3Wp2vV.js +512 -0
- package/dist/chunks/usercenter-ja-CKE4DJC6.js +512 -0
- package/dist/chunks/usercenter-ko-Dtpkn2qb.js +512 -0
- package/dist/chunks/usercenter-ru-DnBGee45.js +512 -0
- package/dist/community-task.d.ts +0 -390
- package/dist/community-task.js +2 -7
- package/dist/core.d.ts +46 -10
- package/dist/core.js +11 -11
- package/dist/index.d.ts +46 -667
- package/dist/index.js +19 -28
- package/dist/leaderboard.d.ts +0 -498
- package/dist/leaderboard.js +2 -16
- package/dist/page-builder.js +1 -1
- package/dist/quest.d.ts +0 -289
- package/dist/quest.js +2 -5
- package/dist/user-center.d.ts +0 -1608
- package/dist/user-center.js +2 -494
- package/package.json +5 -2
- package/dist/chunks/leaderboardwidget-ja-Bj6gz6y1.js +0 -119
- package/dist/chunks/leaderboardwidget-ko-f1cLO9ic.js +0 -119
- package/dist/chunks/usercenter-ja-B2465c1O.js +0 -326
- package/dist/chunks/usercenter-ko-xAEYxqLg.js +0 -326
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
============================================================================ */
|
|
11
11
|
|
|
12
12
|
.taskon-leaderboard {
|
|
13
|
-
font-size:
|
|
13
|
+
font-size: var(--taskon-font-size-lg);
|
|
14
14
|
line-height: 1.5;
|
|
15
15
|
color: var(--taskon-color-text);
|
|
16
16
|
background-color: var(--taskon-color-bg-canvas);
|
|
@@ -31,13 +31,15 @@
|
|
|
31
31
|
|
|
32
32
|
.taskon-leaderboard__error-text {
|
|
33
33
|
color: var(--taskon-color-error);
|
|
34
|
-
font-size:
|
|
34
|
+
font-size: var(--taskon-font-size);
|
|
35
35
|
margin: 0;
|
|
36
|
+
overflow-wrap: anywhere;
|
|
37
|
+
word-break: break-word;
|
|
36
38
|
}
|
|
37
39
|
|
|
38
40
|
.taskon-leaderboard__retry-btn {
|
|
39
41
|
padding: var(--taskon-spacing-sm) var(--taskon-spacing-md);
|
|
40
|
-
font-size:
|
|
42
|
+
font-size: var(--taskon-font-size);
|
|
41
43
|
font-weight: 500;
|
|
42
44
|
color: var(--taskon-color-primary);
|
|
43
45
|
background-color: transparent;
|
|
@@ -71,9 +73,9 @@
|
|
|
71
73
|
|
|
72
74
|
.taskon-leaderboard-tabs__tab {
|
|
73
75
|
padding: var(--taskon-spacing-sm) var(--taskon-spacing-md);
|
|
74
|
-
font-size:
|
|
76
|
+
font-size: var(--taskon-font-size);
|
|
75
77
|
font-weight: 500;
|
|
76
|
-
line-height:
|
|
78
|
+
line-height: 1.43;
|
|
77
79
|
color: var(--taskon-color-text);
|
|
78
80
|
background-color: var(--taskon-color-bg-surface-subtle);
|
|
79
81
|
border: 1px solid transparent;
|
|
@@ -129,9 +131,9 @@
|
|
|
129
131
|
justify-content: center;
|
|
130
132
|
height: 20px;
|
|
131
133
|
padding: 0 var(--taskon-spacing-sm);
|
|
132
|
-
font-size:
|
|
134
|
+
font-size: var(--taskon-font-size-sm);
|
|
133
135
|
font-weight: 600;
|
|
134
|
-
line-height:
|
|
136
|
+
line-height: 1;
|
|
135
137
|
border-radius: var(--taskon-border-radius-sm);
|
|
136
138
|
background-color: var(--taskon-color-border);
|
|
137
139
|
}
|
|
@@ -151,9 +153,9 @@
|
|
|
151
153
|
/* 时间范围 - 16px Regular,80% 白色 */
|
|
152
154
|
|
|
153
155
|
.taskon-leaderboard-header__time {
|
|
154
|
-
font-size:
|
|
156
|
+
font-size: var(--taskon-font-size-lg);
|
|
155
157
|
font-weight: 400;
|
|
156
|
-
line-height:
|
|
158
|
+
line-height: 1.5;
|
|
157
159
|
color: var(--taskon-color-text-secondary);
|
|
158
160
|
}
|
|
159
161
|
|
|
@@ -171,9 +173,9 @@
|
|
|
171
173
|
display: flex;
|
|
172
174
|
align-items: center;
|
|
173
175
|
gap: var(--taskon-spacing-sm);
|
|
174
|
-
font-size:
|
|
176
|
+
font-size: var(--taskon-font-size-lg);
|
|
175
177
|
font-weight: 500;
|
|
176
|
-
line-height:
|
|
178
|
+
line-height: 1.5;
|
|
177
179
|
}
|
|
178
180
|
|
|
179
181
|
/* 参与人数标签 - 60% 白色 */
|
|
@@ -201,7 +203,7 @@
|
|
|
201
203
|
|
|
202
204
|
.taskon-leaderboard-header__title {
|
|
203
205
|
margin: 0;
|
|
204
|
-
font-size:
|
|
206
|
+
font-size: var(--taskon-font-size-xl);
|
|
205
207
|
font-weight: 600;
|
|
206
208
|
color: var(--taskon-color-text);
|
|
207
209
|
}
|
|
@@ -220,8 +222,8 @@
|
|
|
220
222
|
display: flex;
|
|
221
223
|
align-items: center;
|
|
222
224
|
gap: var(--taskon-spacing-sm);
|
|
223
|
-
font-size:
|
|
224
|
-
line-height:
|
|
225
|
+
font-size: var(--taskon-font-size-lg);
|
|
226
|
+
line-height: 1.5;
|
|
225
227
|
white-space: nowrap;
|
|
226
228
|
}
|
|
227
229
|
|
|
@@ -250,7 +252,7 @@
|
|
|
250
252
|
.taskon-leaderboard-header__reward-rules-btn {
|
|
251
253
|
margin-left: auto;
|
|
252
254
|
padding: var(--taskon-spacing-xs) var(--taskon-spacing-sm);
|
|
253
|
-
font-size:
|
|
255
|
+
font-size: var(--taskon-font-size-sm);
|
|
254
256
|
font-weight: 500;
|
|
255
257
|
color: var(--taskon-color-primary);
|
|
256
258
|
background-color: transparent;
|
|
@@ -326,9 +328,9 @@
|
|
|
326
328
|
display: inline-flex;
|
|
327
329
|
align-items: center;
|
|
328
330
|
gap: var(--taskon-spacing-sm);
|
|
329
|
-
font-size:
|
|
331
|
+
font-size: var(--taskon-font-size-lg);
|
|
330
332
|
font-weight: 600;
|
|
331
|
-
line-height:
|
|
333
|
+
line-height: 1.5;
|
|
332
334
|
color: var(--taskon-color-text);
|
|
333
335
|
white-space: nowrap;
|
|
334
336
|
flex-wrap: nowrap;
|
|
@@ -363,7 +365,7 @@
|
|
|
363
365
|
/* 链信息 */
|
|
364
366
|
|
|
365
367
|
.taskon-leaderboard-table__reward-chain {
|
|
366
|
-
font-size:
|
|
368
|
+
font-size: var(--taskon-font-size);
|
|
367
369
|
font-weight: 400;
|
|
368
370
|
color: var(--taskon-color-text-disabled);
|
|
369
371
|
}
|
|
@@ -371,9 +373,9 @@
|
|
|
371
373
|
/* 未达标状态 - Not Qualified: rgba(255,255,255,0.6) */
|
|
372
374
|
|
|
373
375
|
.taskon-leaderboard-table__reward--not-qualified {
|
|
374
|
-
font-size:
|
|
376
|
+
font-size: var(--taskon-font-size-lg);
|
|
375
377
|
font-weight: 600;
|
|
376
|
-
line-height:
|
|
378
|
+
line-height: 1.5;
|
|
377
379
|
color: var(--taskon-color-text-tertiary);
|
|
378
380
|
}
|
|
379
381
|
|
|
@@ -382,9 +384,9 @@
|
|
|
382
384
|
.taskon-leaderboard-table__disabled-tip {
|
|
383
385
|
width: 100%;
|
|
384
386
|
padding-top: var(--taskon-spacing-sm);
|
|
385
|
-
font-size:
|
|
387
|
+
font-size: var(--taskon-font-size);
|
|
386
388
|
font-weight: 500;
|
|
387
|
-
line-height:
|
|
389
|
+
line-height: 1.43;
|
|
388
390
|
color: var(--taskon-color-text);
|
|
389
391
|
}
|
|
390
392
|
|
|
@@ -402,9 +404,9 @@
|
|
|
402
404
|
justify-content: center;
|
|
403
405
|
height: 34px;
|
|
404
406
|
padding: var(--taskon-spacing-sm) var(--taskon-spacing-md);
|
|
405
|
-
font-size:
|
|
407
|
+
font-size: var(--taskon-font-size);
|
|
406
408
|
font-weight: 500;
|
|
407
|
-
line-height:
|
|
409
|
+
line-height: 1.43;
|
|
408
410
|
color: var(--taskon-color-text);
|
|
409
411
|
background-color: transparent;
|
|
410
412
|
border: 1px solid var(--taskon-color-border);
|
|
@@ -434,7 +436,7 @@
|
|
|
434
436
|
justify-content: center;
|
|
435
437
|
min-width: 27px;
|
|
436
438
|
height: 27px;
|
|
437
|
-
font-size:
|
|
439
|
+
font-size: var(--taskon-font-size-lg);
|
|
438
440
|
font-weight: 500;
|
|
439
441
|
line-height: normal;
|
|
440
442
|
color: var(--taskon-color-text);
|
|
@@ -487,7 +489,7 @@
|
|
|
487
489
|
top: 50%;
|
|
488
490
|
left: 50%;
|
|
489
491
|
transform: translate(-50%, -50%);
|
|
490
|
-
font-size:
|
|
492
|
+
font-size: var(--taskon-font-size);
|
|
491
493
|
font-weight: 600;
|
|
492
494
|
color: var(--taskon-color-text);
|
|
493
495
|
text-align: center;
|
|
@@ -503,7 +505,7 @@
|
|
|
503
505
|
/* 普通数字排名 */
|
|
504
506
|
|
|
505
507
|
.taskon-leaderboard-rank--number {
|
|
506
|
-
font-size:
|
|
508
|
+
font-size: var(--taskon-font-size-lg);
|
|
507
509
|
font-weight: 500;
|
|
508
510
|
}
|
|
509
511
|
|
|
@@ -529,9 +531,9 @@
|
|
|
529
531
|
/* 用户名 - 16px SemiBold 白色 */
|
|
530
532
|
|
|
531
533
|
.taskon-leaderboard-user__name {
|
|
532
|
-
font-size:
|
|
534
|
+
font-size: var(--taskon-font-size-lg);
|
|
533
535
|
font-weight: 600;
|
|
534
|
-
line-height:
|
|
536
|
+
line-height: 1.5;
|
|
535
537
|
color: var(--taskon-color-text);
|
|
536
538
|
white-space: nowrap;
|
|
537
539
|
overflow: hidden;
|
|
@@ -542,7 +544,7 @@
|
|
|
542
544
|
/* YOU 标签 - 16px SemiBold 绿色 (#1affab) */
|
|
543
545
|
|
|
544
546
|
.taskon-leaderboard-user__you-badge {
|
|
545
|
-
font-size:
|
|
547
|
+
font-size: var(--taskon-font-size-lg);
|
|
546
548
|
font-weight: 600;
|
|
547
549
|
line-height: normal;
|
|
548
550
|
color: var(--taskon-color-secondary);
|
|
@@ -601,7 +603,7 @@
|
|
|
601
603
|
.taskon-leaderboard-pagination .taskon-pagination-info {
|
|
602
604
|
display: flex;
|
|
603
605
|
align-items: center;
|
|
604
|
-
font-size:
|
|
606
|
+
font-size: var(--taskon-font-size-lg);
|
|
605
607
|
font-weight: 400;
|
|
606
608
|
}
|
|
607
609
|
|
|
@@ -663,9 +665,9 @@
|
|
|
663
665
|
|
|
664
666
|
.taskon-leaderboard-modal__title {
|
|
665
667
|
margin: 0;
|
|
666
|
-
font-size:
|
|
668
|
+
font-size: var(--taskon-font-size-xxxl);
|
|
667
669
|
font-weight: 600;
|
|
668
|
-
line-height:
|
|
670
|
+
line-height: 1.33;
|
|
669
671
|
color: var(--taskon-color-text);
|
|
670
672
|
}
|
|
671
673
|
|
|
@@ -708,9 +710,9 @@
|
|
|
708
710
|
|
|
709
711
|
.taskon-leaderboard-modal__desc {
|
|
710
712
|
margin: 0;
|
|
711
|
-
font-size:
|
|
713
|
+
font-size: var(--taskon-font-size-lg);
|
|
712
714
|
font-weight: 400;
|
|
713
|
-
line-height:
|
|
715
|
+
line-height: 1.5;
|
|
714
716
|
color: var(--taskon-color-text-disabled);
|
|
715
717
|
}
|
|
716
718
|
|
|
@@ -726,9 +728,9 @@
|
|
|
726
728
|
|
|
727
729
|
.taskon-leaderboard-modal__section-title {
|
|
728
730
|
margin: 0;
|
|
729
|
-
font-size:
|
|
731
|
+
font-size: var(--taskon-font-size-lg);
|
|
730
732
|
font-weight: 400;
|
|
731
|
-
line-height:
|
|
733
|
+
line-height: 1.5;
|
|
732
734
|
color: var(--taskon-color-text-tertiary);
|
|
733
735
|
}
|
|
734
736
|
|
|
@@ -736,7 +738,7 @@
|
|
|
736
738
|
|
|
737
739
|
.taskon-leaderboard-modal__period {
|
|
738
740
|
margin: 0;
|
|
739
|
-
font-size:
|
|
741
|
+
font-size: var(--taskon-font-size);
|
|
740
742
|
font-weight: 500;
|
|
741
743
|
line-height: normal;
|
|
742
744
|
color: var(--taskon-color-text);
|
|
@@ -768,9 +770,9 @@
|
|
|
768
770
|
.taskon-leaderboard-modal__tier-rank {
|
|
769
771
|
flex-shrink: 0;
|
|
770
772
|
min-width: 70px;
|
|
771
|
-
font-size:
|
|
773
|
+
font-size: var(--taskon-font-size);
|
|
772
774
|
font-weight: 400;
|
|
773
|
-
line-height:
|
|
775
|
+
line-height: 1.43;
|
|
774
776
|
color: var(--taskon-color-text);
|
|
775
777
|
text-overflow: ellipsis;
|
|
776
778
|
overflow: hidden;
|
|
@@ -783,18 +785,18 @@
|
|
|
783
785
|
display: flex;
|
|
784
786
|
align-items: center;
|
|
785
787
|
gap: 10px;
|
|
786
|
-
font-size:
|
|
788
|
+
font-size: var(--taskon-font-size-lg);
|
|
787
789
|
font-weight: 600;
|
|
788
|
-
line-height:
|
|
790
|
+
line-height: 1.5;
|
|
789
791
|
color: var(--taskon-color-text);
|
|
790
792
|
}
|
|
791
793
|
|
|
792
794
|
/* 分配方式文本 - 16px SemiBold 白色 */
|
|
793
795
|
|
|
794
796
|
.taskon-leaderboard-modal__tier-distribute {
|
|
795
|
-
font-size:
|
|
797
|
+
font-size: var(--taskon-font-size-lg);
|
|
796
798
|
font-weight: 600;
|
|
797
|
-
line-height:
|
|
799
|
+
line-height: 1.5;
|
|
798
800
|
color: var(--taskon-color-text);
|
|
799
801
|
}
|
|
800
802
|
|
|
@@ -817,9 +819,9 @@
|
|
|
817
819
|
/* 奖励金额 - 数字绿色,单位白色 */
|
|
818
820
|
|
|
819
821
|
.taskon-leaderboard-modal__tier-amount {
|
|
820
|
-
font-size:
|
|
822
|
+
font-size: var(--taskon-font-size-lg);
|
|
821
823
|
font-weight: 600;
|
|
822
|
-
line-height:
|
|
824
|
+
line-height: 1.5;
|
|
823
825
|
}
|
|
824
826
|
|
|
825
827
|
.taskon-leaderboard-modal__tier-amount-value {
|
|
@@ -846,7 +848,7 @@
|
|
|
846
848
|
|
|
847
849
|
@media (max-width: 640px) {
|
|
848
850
|
.taskon-leaderboard {
|
|
849
|
-
font-size:
|
|
851
|
+
font-size: var(--taskon-font-size);
|
|
850
852
|
}
|
|
851
853
|
|
|
852
854
|
.taskon-leaderboard-tabs {
|
|
@@ -860,8 +862,8 @@
|
|
|
860
862
|
.taskon-leaderboard-tabs__tab {
|
|
861
863
|
flex-shrink: 0;
|
|
862
864
|
padding: var(--taskon-spacing-xs) var(--taskon-spacing-sm);
|
|
863
|
-
font-size:
|
|
864
|
-
line-height:
|
|
865
|
+
font-size: var(--taskon-font-size-sm);
|
|
866
|
+
line-height: 1.5;
|
|
865
867
|
white-space: nowrap;
|
|
866
868
|
}
|
|
867
869
|
|
|
@@ -877,8 +879,8 @@
|
|
|
877
879
|
|
|
878
880
|
.taskon-leaderboard-header__time {
|
|
879
881
|
width: 100%;
|
|
880
|
-
font-size:
|
|
881
|
-
line-height:
|
|
882
|
+
font-size: var(--taskon-font-size-sm);
|
|
883
|
+
line-height: 1.5;
|
|
882
884
|
}
|
|
883
885
|
|
|
884
886
|
.taskon-leaderboard-header__separator,
|
|
@@ -887,8 +889,8 @@
|
|
|
887
889
|
}
|
|
888
890
|
|
|
889
891
|
.taskon-leaderboard-header__participants {
|
|
890
|
-
font-size:
|
|
891
|
-
line-height:
|
|
892
|
+
font-size: var(--taskon-font-size-sm);
|
|
893
|
+
line-height: 1.5;
|
|
892
894
|
}
|
|
893
895
|
|
|
894
896
|
.taskon-leaderboard-header__reward-info {
|
|
@@ -898,8 +900,8 @@
|
|
|
898
900
|
}
|
|
899
901
|
|
|
900
902
|
.taskon-leaderboard-header__reward-item {
|
|
901
|
-
font-size:
|
|
902
|
-
line-height:
|
|
903
|
+
font-size: var(--taskon-font-size-sm);
|
|
904
|
+
line-height: 1.5;
|
|
903
905
|
}
|
|
904
906
|
|
|
905
907
|
.taskon-leaderboard-header__reward-rules-btn {
|
|
@@ -915,8 +917,8 @@
|
|
|
915
917
|
.taskon-leaderboard .taskon-table__header,
|
|
916
918
|
.taskon-leaderboard .taskon-table__cell {
|
|
917
919
|
padding: var(--taskon-spacing-xs) var(--taskon-spacing-sm);
|
|
918
|
-
font-size:
|
|
919
|
-
line-height:
|
|
920
|
+
font-size: var(--taskon-font-size-sm);
|
|
921
|
+
line-height: 1.5;
|
|
920
922
|
}
|
|
921
923
|
|
|
922
924
|
.taskon-leaderboard .taskon-table__row {
|
|
@@ -927,8 +929,8 @@
|
|
|
927
929
|
.taskon-leaderboard-user__you-badge,
|
|
928
930
|
.taskon-leaderboard-table__reward,
|
|
929
931
|
.taskon-leaderboard-table__reward--not-qualified {
|
|
930
|
-
font-size:
|
|
931
|
-
line-height:
|
|
932
|
+
font-size: var(--taskon-font-size-sm);
|
|
933
|
+
line-height: 1.5;
|
|
932
934
|
}
|
|
933
935
|
|
|
934
936
|
.taskon-leaderboard-table__reward {
|
|
@@ -936,8 +938,8 @@
|
|
|
936
938
|
}
|
|
937
939
|
|
|
938
940
|
.taskon-leaderboard-table__reward-chain {
|
|
939
|
-
font-size:
|
|
940
|
-
line-height:
|
|
941
|
+
font-size: var(--taskon-font-size-sm);
|
|
942
|
+
line-height: 1.33;
|
|
941
943
|
}
|
|
942
944
|
|
|
943
945
|
.taskon-leaderboard-pagination {
|
|
@@ -952,7 +954,7 @@
|
|
|
952
954
|
}
|
|
953
955
|
|
|
954
956
|
.taskon-leaderboard-pagination .taskon-pagination-info {
|
|
955
|
-
font-size:
|
|
957
|
+
font-size: var(--taskon-font-size);
|
|
956
958
|
}
|
|
957
959
|
|
|
958
960
|
.taskon-leaderboard-modal {
|
|
@@ -966,20 +968,20 @@
|
|
|
966
968
|
|
|
967
969
|
.taskon-leaderboard-modal__title {
|
|
968
970
|
font-size: 20px;
|
|
969
|
-
line-height:
|
|
971
|
+
line-height: 1.4;
|
|
970
972
|
}
|
|
971
973
|
|
|
972
974
|
.taskon-leaderboard-modal__desc,
|
|
973
975
|
.taskon-leaderboard-modal__section-title,
|
|
974
976
|
.taskon-leaderboard-modal__tier-distribute,
|
|
975
977
|
.taskon-leaderboard-modal__tier-amount {
|
|
976
|
-
font-size:
|
|
977
|
-
line-height:
|
|
978
|
+
font-size: var(--taskon-font-size);
|
|
979
|
+
line-height: 1.43;
|
|
978
980
|
}
|
|
979
981
|
|
|
980
982
|
.taskon-leaderboard-modal__period {
|
|
981
|
-
font-size:
|
|
982
|
-
line-height:
|
|
983
|
+
font-size: var(--taskon-font-size-sm);
|
|
984
|
+
line-height: 1.5;
|
|
983
985
|
}
|
|
984
986
|
|
|
985
987
|
.taskon-leaderboard-modal__tier {
|
|
@@ -991,16 +993,16 @@
|
|
|
991
993
|
.taskon-leaderboard-modal__tier-rank {
|
|
992
994
|
min-width: 0;
|
|
993
995
|
width: 100%;
|
|
994
|
-
font-size:
|
|
995
|
-
line-height:
|
|
996
|
+
font-size: var(--taskon-font-size-sm);
|
|
997
|
+
line-height: 1.5;
|
|
996
998
|
}
|
|
997
999
|
|
|
998
1000
|
.taskon-leaderboard-modal__tier-reward {
|
|
999
1001
|
width: 100%;
|
|
1000
1002
|
flex-wrap: wrap;
|
|
1001
1003
|
gap: var(--taskon-spacing-xs);
|
|
1002
|
-
font-size:
|
|
1003
|
-
line-height:
|
|
1004
|
+
font-size: var(--taskon-font-size);
|
|
1005
|
+
line-height: 1.43;
|
|
1004
1006
|
}
|
|
1005
1007
|
|
|
1006
1008
|
.taskon-leaderboard-modal__tier-token-icon {
|