@alifd/theme-panda 0.2.0 → 0.2.1
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/design-token.js +1 -1
- package/dist/next-1.css +36 -36
- package/dist/next-2.css +115 -115
- package/dist/next-noreset-1.css +36 -36
- package/dist/next-noreset-2.css +115 -115
- package/dist/next-noreset.css +150 -150
- package/dist/next-noreset.min-1.css +2 -2
- package/dist/next-noreset.min-2.css +2 -2
- package/dist/next-noreset.min.css +2 -2
- package/dist/next-noreset.var-1.css +71 -71
- package/dist/next-noreset.var-2.css +229 -229
- package/dist/next-noreset.var.css +299 -299
- package/dist/next-noreset.var.min-1.css +2 -2
- package/dist/next-noreset.var.min-2.css +2 -2
- package/dist/next-noreset.var.min.css +2 -2
- package/dist/next.css +150 -150
- package/dist/next.js +1 -1
- package/dist/next.min-1.css +2 -2
- package/dist/next.min-2.css +2 -2
- package/dist/next.min.css +2 -2
- package/dist/next.var-1.css +71 -71
- package/dist/next.var-2.css +229 -229
- package/dist/next.var.css +299 -299
- package/dist/next.var.min-1.css +2 -2
- package/dist/next.var.min-2.css +2 -2
- package/dist/next.var.min.css +2 -2
- package/package.json +1 -1
- package/variables.css +154 -154
- package/variables.js +4 -4
- package/variables.less +67 -67
- package/variables.scss +67 -67
- package/variables.scss2css.scss +158 -158
package/variables.less
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
// ------------------------ font ------------------------ //
|
|
4
|
+
|
|
5
|
+
@font-size-caption: 12px;
|
|
6
|
+
@font-name-bold: "";
|
|
7
|
+
@font-name-medium: "";
|
|
8
|
+
@font-name-regular: "";
|
|
9
|
+
@font-name-light: "";
|
|
10
|
+
@font-name-thin: "";
|
|
11
|
+
@font-custom-name: "";
|
|
12
|
+
@font-custom-path: "";
|
|
13
|
+
@font-size-body-1: 14px;
|
|
14
|
+
@font-size-body-2: 16px;
|
|
15
|
+
@font-size-subhead: 18px;
|
|
16
|
+
@font-family-base: "Helvetica Neue",Helvetica,Tahoma,Arial,"PingFang SC","Microsoft YaHei";
|
|
17
|
+
@font-weight-ultra-bold: 900;
|
|
18
|
+
@font-weight-extra-bold: 800;
|
|
19
|
+
@font-weight-3: bold;
|
|
20
|
+
@font-weight-semi-bold: 600;
|
|
21
|
+
@font-weight-medium: 500;
|
|
22
|
+
@font-weight-2: normal;
|
|
23
|
+
@font-weight-light: 300;
|
|
24
|
+
@font-weight-thin: 200;
|
|
25
|
+
@font-weight-1: lighter;
|
|
26
|
+
@font-size-title: 20px;
|
|
27
|
+
@font-size-headline: 24px;
|
|
28
|
+
@font-size-display-1: 36px;
|
|
29
|
+
@font-size-display-2: 48px;
|
|
30
|
+
@font-size-display-3: 56px;
|
|
31
|
+
@font-lineheight-3: 1.7;
|
|
32
|
+
@font-lineheight-2: 1.5;
|
|
33
|
+
@font-lineheight-1: 1.3;
|
|
34
|
+
|
|
3
35
|
// ------------------------ color ------------------------ //
|
|
4
36
|
|
|
5
37
|
@color-fill1-5: rgba(0,10,36,1);
|
|
@@ -723,38 +755,6 @@
|
|
|
723
755
|
@icon-xxs: 8px;
|
|
724
756
|
@icon-font-name: "icon";
|
|
725
757
|
|
|
726
|
-
// ------------------------ font ------------------------ //
|
|
727
|
-
|
|
728
|
-
@font-name-bold: "";
|
|
729
|
-
@font-name-medium: "";
|
|
730
|
-
@font-name-regular: "";
|
|
731
|
-
@font-name-light: "";
|
|
732
|
-
@font-name-thin: "";
|
|
733
|
-
@font-custom-name: "";
|
|
734
|
-
@font-custom-path: "";
|
|
735
|
-
@font-size-caption: 14px;
|
|
736
|
-
@font-size-body-1: 14px;
|
|
737
|
-
@font-size-body-2: 16px;
|
|
738
|
-
@font-size-subhead: 18px;
|
|
739
|
-
@font-family-base: "Helvetica Neue",Helvetica,Tahoma,Arial,"PingFang SC","Microsoft YaHei";
|
|
740
|
-
@font-weight-ultra-bold: 900;
|
|
741
|
-
@font-weight-extra-bold: 800;
|
|
742
|
-
@font-weight-3: bold;
|
|
743
|
-
@font-weight-semi-bold: 600;
|
|
744
|
-
@font-weight-medium: 500;
|
|
745
|
-
@font-weight-2: normal;
|
|
746
|
-
@font-weight-light: 300;
|
|
747
|
-
@font-weight-thin: 200;
|
|
748
|
-
@font-weight-1: lighter;
|
|
749
|
-
@font-size-title: 20px;
|
|
750
|
-
@font-size-headline: 24px;
|
|
751
|
-
@font-size-display-1: 36px;
|
|
752
|
-
@font-size-display-2: 48px;
|
|
753
|
-
@font-size-display-3: 56px;
|
|
754
|
-
@font-lineheight-3: 1.7;
|
|
755
|
-
@font-lineheight-2: 1.5;
|
|
756
|
-
@font-lineheight-1: 1.3;
|
|
757
|
-
|
|
758
758
|
// ------------------------ popup ------------------------ //
|
|
759
759
|
|
|
760
760
|
@popup-local-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
|
|
@@ -793,12 +793,12 @@
|
|
|
793
793
|
@form-element-large-preview-label-font-size: 18px;
|
|
794
794
|
@form-element-medium-preview-font-size: 14px;
|
|
795
795
|
@form-element-medium-preview-label-font-size: 14px;
|
|
796
|
-
@form-element-small-preview-font-size:
|
|
797
|
-
@form-element-small-preview-label-font-size:
|
|
796
|
+
@form-element-small-preview-font-size: 12px;
|
|
797
|
+
@form-element-small-preview-label-font-size: 12px;
|
|
798
798
|
@form-element-large-preview-height: 40px;
|
|
799
799
|
@form-element-large-font-size: 18px;
|
|
800
800
|
@form-element-medium-font-size: 14px;
|
|
801
|
-
@form-element-small-font-size:
|
|
801
|
+
@form-element-small-font-size: 12px;
|
|
802
802
|
@form-element-large-height: 40px;
|
|
803
803
|
|
|
804
804
|
// ------------------------ size ------------------------ //
|
|
@@ -952,7 +952,7 @@
|
|
|
952
952
|
|
|
953
953
|
@timeline-item-node-size: 16px;
|
|
954
954
|
@timeline-item-custom-node-size: 40px;
|
|
955
|
-
@timeline-item-custom-node-font-size:
|
|
955
|
+
@timeline-item-custom-node-font-size: 12px;
|
|
956
956
|
@timeline-item-node-padding: 4px;
|
|
957
957
|
@timeline-item-dot-size: 8px;
|
|
958
958
|
@timeline-item-icon-size: 12px;
|
|
@@ -965,10 +965,10 @@
|
|
|
965
965
|
@timeline-item-title-margin-top: 4px;
|
|
966
966
|
@timeline-item-time-margin-top: 4px;
|
|
967
967
|
@timeline-item-time-margin-bottom: 12px;
|
|
968
|
-
@timeline-item-body-font-size:
|
|
969
|
-
@timeline-item-left-body-font-size:
|
|
970
|
-
@timeline-item-time-font-size:
|
|
971
|
-
@timeline-item-folder-font-size:
|
|
968
|
+
@timeline-item-body-font-size: 12px;
|
|
969
|
+
@timeline-item-left-body-font-size: 12px;
|
|
970
|
+
@timeline-item-time-font-size: 12px;
|
|
971
|
+
@timeline-item-folder-font-size: 12px;
|
|
972
972
|
@timeline-item-folder-margin-top: 4px;
|
|
973
973
|
@timeline-item-folder-margin-bottom: 4px;
|
|
974
974
|
@timeline-item-title-color: #2e3038;
|
|
@@ -1058,7 +1058,7 @@
|
|
|
1058
1058
|
|
|
1059
1059
|
@rating-small-text-margin-left: 8px;
|
|
1060
1060
|
@rating-small-icon-size: 12px;
|
|
1061
|
-
@rating-small-font-size:
|
|
1061
|
+
@rating-small-font-size: 12px;
|
|
1062
1062
|
@rating-medium-text-margin-left: 12px;
|
|
1063
1063
|
@rating-medium-icon-size: 16px;
|
|
1064
1064
|
@rating-medium-font-size: 14px;
|
|
@@ -1224,7 +1224,7 @@
|
|
|
1224
1224
|
@card-head-main-margin-bottom: 0px;
|
|
1225
1225
|
@card-title-font-size: 18px;
|
|
1226
1226
|
@card-title-font-weight: normal;
|
|
1227
|
-
@card-sub-title-font-size:
|
|
1227
|
+
@card-sub-title-font-size: 12px;
|
|
1228
1228
|
@card-title-extra-font-size: 14px;
|
|
1229
1229
|
@card-title-bullet-width: 3px;
|
|
1230
1230
|
@card-title-bullet-height: 16px;
|
|
@@ -1329,7 +1329,7 @@
|
|
|
1329
1329
|
@btn-shadow: none;
|
|
1330
1330
|
@btn-shadow-hover: none;
|
|
1331
1331
|
@btn-size-s-border-width: 1px;
|
|
1332
|
-
@btn-size-s-font:
|
|
1332
|
+
@btn-size-s-font: 12px;
|
|
1333
1333
|
@btn-size-s-icon-size: 12px;
|
|
1334
1334
|
@btn-size-s-icon-margin: 4px;
|
|
1335
1335
|
@btn-size-s-icon-split-size: 12px;
|
|
@@ -1421,7 +1421,7 @@
|
|
|
1421
1421
|
@btn-text-normal-color: #2e3038;
|
|
1422
1422
|
@btn-text-normal-color-hover: #257df9;
|
|
1423
1423
|
@btn-text-size-s-height: 16px;
|
|
1424
|
-
@btn-text-size-s-font:
|
|
1424
|
+
@btn-text-size-s-font: 12px;
|
|
1425
1425
|
@btn-text-icon-size-s: 16px;
|
|
1426
1426
|
@btn-text-icon-s-margin: 4px;
|
|
1427
1427
|
@btn-text-size-m-height: 20px;
|
|
@@ -1477,7 +1477,7 @@
|
|
|
1477
1477
|
@tag-checkable-corner-radius: 6px;
|
|
1478
1478
|
@tag-border-width: 1px;
|
|
1479
1479
|
@tag-shadow: none;
|
|
1480
|
-
@tag-size-s-text-size:
|
|
1480
|
+
@tag-size-s-text-size: 12px;
|
|
1481
1481
|
@tag-size-s-content-min-width: 28px;
|
|
1482
1482
|
@tag-size-m-content-min-width: 40px;
|
|
1483
1483
|
@tag-size-l-content-min-width: 48px;
|
|
@@ -1647,7 +1647,7 @@
|
|
|
1647
1647
|
@input-maxlen-error-color: #ff4d4f;
|
|
1648
1648
|
@input-maxlen-warning-color: #faad14;
|
|
1649
1649
|
@input-maxlen-color: #999999;
|
|
1650
|
-
@input-maxlen-font-size:
|
|
1650
|
+
@input-maxlen-font-size: 12px;
|
|
1651
1651
|
@input-hint-color: #999999;
|
|
1652
1652
|
@input-hint-hover-color: rgba(0, 0, 0, 0.75);
|
|
1653
1653
|
@input-feedback-clear-icon: "";
|
|
@@ -1795,10 +1795,10 @@
|
|
|
1795
1795
|
@upload-card-list-border-color: #cacaca;
|
|
1796
1796
|
@upload-card-list-border-color-error: #ff4d4f;
|
|
1797
1797
|
@upload-card-list-thumbnail-font-color: rgba(0, 0, 0, 0.4);
|
|
1798
|
-
@upload-card-list-thumbnail-font-size:
|
|
1798
|
+
@upload-card-list-thumbnail-font-size: 12px;
|
|
1799
1799
|
@upload-card-list-thumbnail-icon-size: 48px;
|
|
1800
1800
|
@upload-card-list-name-margin-top: 4px;
|
|
1801
|
-
@upload-card-list-name-font-size:
|
|
1801
|
+
@upload-card-list-name-font-size: 12px;
|
|
1802
1802
|
@upload-card-list-name-font-color: rgba(0, 0, 0, 0.75);
|
|
1803
1803
|
@upload-card-list-progressbar-height: 8px;
|
|
1804
1804
|
@upload-select-card-tool-bg-color: #000000;
|
|
@@ -1808,7 +1808,7 @@
|
|
|
1808
1808
|
@upload-drag-zone-corner: 6px;
|
|
1809
1809
|
@upload-drag-zone-font-size: 16px;
|
|
1810
1810
|
@upload-drag-zone-icon-size: 24px;
|
|
1811
|
-
@upload-drag-zone-hint-font-size:
|
|
1811
|
+
@upload-drag-zone-hint-font-size: 12px;
|
|
1812
1812
|
@upload-drag-zone-bg-color: transparent;
|
|
1813
1813
|
@upload-drag-zone-upload-icon: "";
|
|
1814
1814
|
@upload-drag-zone-upload-icon-color: rgba(0, 0, 0, 0.75);
|
|
@@ -1825,7 +1825,7 @@
|
|
|
1825
1825
|
@badge-size-count-config-height: 16px;
|
|
1826
1826
|
@badge-size-count-padding-lr: 4px;
|
|
1827
1827
|
@badge-size-custom-padding-lr: 4px;
|
|
1828
|
-
@badge-size-count-font:
|
|
1828
|
+
@badge-size-count-font: 12px;
|
|
1829
1829
|
@badge-color-bg: #ff4d4f;
|
|
1830
1830
|
@badge-size-count-border-radius: 8px;
|
|
1831
1831
|
@badge-dot-color-bg: #ff4d4f;
|
|
@@ -2114,8 +2114,8 @@
|
|
|
2114
2114
|
@progress-line-height-size-s: 4px;
|
|
2115
2115
|
@progress-line-underlay-border-width: 1px;
|
|
2116
2116
|
@progress-line-font-l: 14px;
|
|
2117
|
-
@progress-line-font-m:
|
|
2118
|
-
@progress-line-font-s:
|
|
2117
|
+
@progress-line-font-m: 12px;
|
|
2118
|
+
@progress-line-font-s: 12px;
|
|
2119
2119
|
@progress-line-underlay-color: #EBECF0;
|
|
2120
2120
|
@progress-line-underlay-border-color: #f0f0f0;
|
|
2121
2121
|
@progress-line-radius-l: 16px;
|
|
@@ -2440,10 +2440,10 @@
|
|
|
2440
2440
|
@pagination-small-item-border-width: 1px;
|
|
2441
2441
|
@pagination-small-item-corner: 6px;
|
|
2442
2442
|
@pagination-small-ellipsis-size: 12px;
|
|
2443
|
-
@pagination-small-current-font-size:
|
|
2444
|
-
@pagination-small-total-font-size:
|
|
2443
|
+
@pagination-small-current-font-size: 12px;
|
|
2444
|
+
@pagination-small-total-font-size: 12px;
|
|
2445
2445
|
@pagination-small-input-width: 28px;
|
|
2446
|
-
@pagination-small-jump-font-size:
|
|
2446
|
+
@pagination-small-jump-font-size: 12px;
|
|
2447
2447
|
@pagination-small-size-selector-number-padding: 8px;
|
|
2448
2448
|
@pagination-ellipsis-color: #999999;
|
|
2449
2449
|
@pagination-current-color: #257df9;
|
|
@@ -2542,7 +2542,7 @@
|
|
|
2542
2542
|
@radio-button-corner-small: 6px;
|
|
2543
2543
|
@radio-button-font-size-large: 18px;
|
|
2544
2544
|
@radio-button-font-size-medium: 14px;
|
|
2545
|
-
@radio-button-font-size-small:
|
|
2545
|
+
@radio-button-font-size-small: 12px;
|
|
2546
2546
|
@radio-button-bg-color: #FFFFFF;
|
|
2547
2547
|
@radio-button-bg-color-hovered: #f8f9fb;
|
|
2548
2548
|
@radio-button-bg-color-checked: #FFFFFF;
|
|
@@ -2571,8 +2571,8 @@
|
|
|
2571
2571
|
@time-picker-panel-width: 200px;
|
|
2572
2572
|
@time-picker-panel-background: #FFFFFF;
|
|
2573
2573
|
@time-picker-menu-border-width: 1px;
|
|
2574
|
-
@time-picker-menu-title-font-size:
|
|
2575
|
-
@time-picker-menu-item-font-size:
|
|
2574
|
+
@time-picker-menu-title-font-size: 12px;
|
|
2575
|
+
@time-picker-menu-item-font-size: 12px;
|
|
2576
2576
|
@time-picker-menu-title-height: 28px;
|
|
2577
2577
|
@time-picker-menu-item-height: 28px;
|
|
2578
2578
|
@time-picker-menu-border-color: #cacaca;
|
|
@@ -2664,12 +2664,12 @@
|
|
|
2664
2664
|
@step-circle-item-node-padding: 8px;
|
|
2665
2665
|
@step-circle-item-node-border-width: 1px;
|
|
2666
2666
|
@step-circle-item-node-icon-size: 12px;
|
|
2667
|
-
@step-circle-item-node-font-size:
|
|
2667
|
+
@step-circle-item-node-font-size: 12px;
|
|
2668
2668
|
@step-circle-item-node-corner: 50%;
|
|
2669
2669
|
@step-circle-item-tail-size: 1px;
|
|
2670
2670
|
@step-circle-item-title-margin-top: 8px;
|
|
2671
2671
|
@step-circle-item-content-margin-top: 4px;
|
|
2672
|
-
@step-circle-item-content-font-size:
|
|
2672
|
+
@step-circle-item-content-font-size: 12px;
|
|
2673
2673
|
@step-circle-item-body-width: 100px;
|
|
2674
2674
|
@step-circle-item-title-size: 16px;
|
|
2675
2675
|
@step-circle-item-title-weight: bold;
|
|
@@ -2748,7 +2748,7 @@
|
|
|
2748
2748
|
@step-dot-vertical-item-body-margin-left: 16px;
|
|
2749
2749
|
@step-dot-vertical-item-title-margin-top: 0px;
|
|
2750
2750
|
@step-dot-vertical-item-content-margin-top: 8px;
|
|
2751
|
-
@step-dot-item-content-font-size:
|
|
2751
|
+
@step-dot-item-content-font-size: 12px;
|
|
2752
2752
|
@step-dot-item-content-color: rgba(0, 0, 0, 0.75);
|
|
2753
2753
|
@step-dot-item-tail-bg-color: #d9d9d9;
|
|
2754
2754
|
@step-dot-vertical-item-tail-size: 1px;
|
|
@@ -2805,7 +2805,7 @@
|
|
|
2805
2805
|
@nav-ver-item-corner: 0px;
|
|
2806
2806
|
@nav-ver-item-selected-active-line: 2px;
|
|
2807
2807
|
@nav-ver-item-hover-active-line: 0px;
|
|
2808
|
-
@nav-ver-sub-nav-font-size:
|
|
2808
|
+
@nav-ver-sub-nav-font-size: 12px;
|
|
2809
2809
|
@nav-group-height: 40px;
|
|
2810
2810
|
@nav-group-font-size: 14px;
|
|
2811
2811
|
@nav-icon-self-size: 12px;
|
|
@@ -2986,7 +2986,7 @@
|
|
|
2986
2986
|
@tab-nav-arrow-left-positon-right: 32px;
|
|
2987
2987
|
@tab-nav-arrow-right-positon-right: 8px;
|
|
2988
2988
|
@tab-nav-arrow-down-positon-right: 8px;
|
|
2989
|
-
@tab-item-text-size-s:
|
|
2989
|
+
@tab-item-text-size-s: 12px;
|
|
2990
2990
|
@tab-close-icon-color: rgba(0, 0, 0, 0.75);
|
|
2991
2991
|
@tab-close-icon-color-hover: #2e3038;
|
|
2992
2992
|
@tab-close-icon-color-selected: #257df9;
|
|
@@ -3097,9 +3097,9 @@
|
|
|
3097
3097
|
@calendar-fullscreen-table-cell-disabled-color: rgba(0, 0, 0, 0.4);
|
|
3098
3098
|
@calendar-fullscreen-table-cell-disabled-border-color: #d9d9d9;
|
|
3099
3099
|
@calendar-card-header-margin-bottom: 8px;
|
|
3100
|
-
@calendar-card-table-head-font-size:
|
|
3100
|
+
@calendar-card-table-head-font-size: 12px;
|
|
3101
3101
|
@calendar-card-table-head-font-weight: normal;
|
|
3102
|
-
@calendar-card-table-cell-font-size:
|
|
3102
|
+
@calendar-card-table-cell-font-size: 12px;
|
|
3103
3103
|
@calendar-card-table-cell-date-border-radius: 6px;
|
|
3104
3104
|
@calendar-card-table-cell-date-width: 24px;
|
|
3105
3105
|
@calendar-card-table-cell-date-height: 24px;
|
|
@@ -3155,8 +3155,8 @@
|
|
|
3155
3155
|
|
|
3156
3156
|
// ------------------------ breadcrumb ------------------------ //
|
|
3157
3157
|
|
|
3158
|
-
@breadcrumb-size-m-font-size:
|
|
3159
|
-
@breadcrumb-size-ellipsis-font-size:
|
|
3158
|
+
@breadcrumb-size-m-font-size: 12px;
|
|
3159
|
+
@breadcrumb-size-ellipsis-font-size: 12px;
|
|
3160
3160
|
@breadcrumb-size-m-icon-size: 8px;
|
|
3161
3161
|
@breadcrumb-size-m-icon-margin: 8px;
|
|
3162
3162
|
@breadcrumb-text-color: rgba(0, 0, 0, 0.75);
|
package/variables.scss
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
// ------------------------ font ------------------------ //
|
|
4
|
+
|
|
5
|
+
$font-size-caption: 12px;
|
|
6
|
+
$font-name-bold: "";
|
|
7
|
+
$font-name-medium: "";
|
|
8
|
+
$font-name-regular: "";
|
|
9
|
+
$font-name-light: "";
|
|
10
|
+
$font-name-thin: "";
|
|
11
|
+
$font-custom-name: "";
|
|
12
|
+
$font-custom-path: "";
|
|
13
|
+
$font-size-body-1: 14px;
|
|
14
|
+
$font-size-body-2: 16px;
|
|
15
|
+
$font-size-subhead: 18px;
|
|
16
|
+
$font-family-base: "Helvetica Neue",Helvetica,Tahoma,Arial,"PingFang SC","Microsoft YaHei";
|
|
17
|
+
$font-weight-ultra-bold: 900;
|
|
18
|
+
$font-weight-extra-bold: 800;
|
|
19
|
+
$font-weight-3: bold;
|
|
20
|
+
$font-weight-semi-bold: 600;
|
|
21
|
+
$font-weight-medium: 500;
|
|
22
|
+
$font-weight-2: normal;
|
|
23
|
+
$font-weight-light: 300;
|
|
24
|
+
$font-weight-thin: 200;
|
|
25
|
+
$font-weight-1: lighter;
|
|
26
|
+
$font-size-title: 20px;
|
|
27
|
+
$font-size-headline: 24px;
|
|
28
|
+
$font-size-display-1: 36px;
|
|
29
|
+
$font-size-display-2: 48px;
|
|
30
|
+
$font-size-display-3: 56px;
|
|
31
|
+
$font-lineheight-3: 1.7;
|
|
32
|
+
$font-lineheight-2: 1.5;
|
|
33
|
+
$font-lineheight-1: 1.3;
|
|
34
|
+
|
|
3
35
|
// ------------------------ color ------------------------ //
|
|
4
36
|
|
|
5
37
|
$color-fill1-5: rgba(0,10,36,1);
|
|
@@ -723,38 +755,6 @@ $icon-xs: 12px;
|
|
|
723
755
|
$icon-xxs: 8px;
|
|
724
756
|
$icon-font-name: "icon";
|
|
725
757
|
|
|
726
|
-
// ------------------------ font ------------------------ //
|
|
727
|
-
|
|
728
|
-
$font-name-bold: "";
|
|
729
|
-
$font-name-medium: "";
|
|
730
|
-
$font-name-regular: "";
|
|
731
|
-
$font-name-light: "";
|
|
732
|
-
$font-name-thin: "";
|
|
733
|
-
$font-custom-name: "";
|
|
734
|
-
$font-custom-path: "";
|
|
735
|
-
$font-size-caption: 14px;
|
|
736
|
-
$font-size-body-1: 14px;
|
|
737
|
-
$font-size-body-2: 16px;
|
|
738
|
-
$font-size-subhead: 18px;
|
|
739
|
-
$font-family-base: "Helvetica Neue",Helvetica,Tahoma,Arial,"PingFang SC","Microsoft YaHei";
|
|
740
|
-
$font-weight-ultra-bold: 900;
|
|
741
|
-
$font-weight-extra-bold: 800;
|
|
742
|
-
$font-weight-3: bold;
|
|
743
|
-
$font-weight-semi-bold: 600;
|
|
744
|
-
$font-weight-medium: 500;
|
|
745
|
-
$font-weight-2: normal;
|
|
746
|
-
$font-weight-light: 300;
|
|
747
|
-
$font-weight-thin: 200;
|
|
748
|
-
$font-weight-1: lighter;
|
|
749
|
-
$font-size-title: 20px;
|
|
750
|
-
$font-size-headline: 24px;
|
|
751
|
-
$font-size-display-1: 36px;
|
|
752
|
-
$font-size-display-2: 48px;
|
|
753
|
-
$font-size-display-3: 56px;
|
|
754
|
-
$font-lineheight-3: 1.7;
|
|
755
|
-
$font-lineheight-2: 1.5;
|
|
756
|
-
$font-lineheight-1: 1.3;
|
|
757
|
-
|
|
758
758
|
// ------------------------ popup ------------------------ //
|
|
759
759
|
|
|
760
760
|
$popup-local-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
|
|
@@ -793,12 +793,12 @@ $form-element-large-preview-font-size: 18px;
|
|
|
793
793
|
$form-element-large-preview-label-font-size: 18px;
|
|
794
794
|
$form-element-medium-preview-font-size: 14px;
|
|
795
795
|
$form-element-medium-preview-label-font-size: 14px;
|
|
796
|
-
$form-element-small-preview-font-size:
|
|
797
|
-
$form-element-small-preview-label-font-size:
|
|
796
|
+
$form-element-small-preview-font-size: 12px;
|
|
797
|
+
$form-element-small-preview-label-font-size: 12px;
|
|
798
798
|
$form-element-large-preview-height: 40px;
|
|
799
799
|
$form-element-large-font-size: 18px;
|
|
800
800
|
$form-element-medium-font-size: 14px;
|
|
801
|
-
$form-element-small-font-size:
|
|
801
|
+
$form-element-small-font-size: 12px;
|
|
802
802
|
$form-element-large-height: 40px;
|
|
803
803
|
|
|
804
804
|
// ------------------------ size ------------------------ //
|
|
@@ -952,7 +952,7 @@ $checkbox-checked-hovered-bg-color: #257df9;
|
|
|
952
952
|
|
|
953
953
|
$timeline-item-node-size: 16px;
|
|
954
954
|
$timeline-item-custom-node-size: 40px;
|
|
955
|
-
$timeline-item-custom-node-font-size:
|
|
955
|
+
$timeline-item-custom-node-font-size: 12px;
|
|
956
956
|
$timeline-item-node-padding: 4px;
|
|
957
957
|
$timeline-item-dot-size: 8px;
|
|
958
958
|
$timeline-item-icon-size: 12px;
|
|
@@ -965,10 +965,10 @@ $timeline-item-title-font-weight: bold;
|
|
|
965
965
|
$timeline-item-title-margin-top: 4px;
|
|
966
966
|
$timeline-item-time-margin-top: 4px;
|
|
967
967
|
$timeline-item-time-margin-bottom: 12px;
|
|
968
|
-
$timeline-item-body-font-size:
|
|
969
|
-
$timeline-item-left-body-font-size:
|
|
970
|
-
$timeline-item-time-font-size:
|
|
971
|
-
$timeline-item-folder-font-size:
|
|
968
|
+
$timeline-item-body-font-size: 12px;
|
|
969
|
+
$timeline-item-left-body-font-size: 12px;
|
|
970
|
+
$timeline-item-time-font-size: 12px;
|
|
971
|
+
$timeline-item-folder-font-size: 12px;
|
|
972
972
|
$timeline-item-folder-margin-top: 4px;
|
|
973
973
|
$timeline-item-folder-margin-bottom: 4px;
|
|
974
974
|
$timeline-item-title-color: #2e3038;
|
|
@@ -1058,7 +1058,7 @@ $range-normal-mark-selected-color-disabled: #999999;
|
|
|
1058
1058
|
|
|
1059
1059
|
$rating-small-text-margin-left: 8px;
|
|
1060
1060
|
$rating-small-icon-size: 12px;
|
|
1061
|
-
$rating-small-font-size:
|
|
1061
|
+
$rating-small-font-size: 12px;
|
|
1062
1062
|
$rating-medium-text-margin-left: 12px;
|
|
1063
1063
|
$rating-medium-icon-size: 16px;
|
|
1064
1064
|
$rating-medium-font-size: 14px;
|
|
@@ -1224,7 +1224,7 @@ $card-head-main-margin-top: 8px;
|
|
|
1224
1224
|
$card-head-main-margin-bottom: 0px;
|
|
1225
1225
|
$card-title-font-size: 18px;
|
|
1226
1226
|
$card-title-font-weight: normal;
|
|
1227
|
-
$card-sub-title-font-size:
|
|
1227
|
+
$card-sub-title-font-size: 12px;
|
|
1228
1228
|
$card-title-extra-font-size: 14px;
|
|
1229
1229
|
$card-title-bullet-width: 3px;
|
|
1230
1230
|
$card-title-bullet-height: 16px;
|
|
@@ -1329,7 +1329,7 @@ $typography-title-font-weight: 600;
|
|
|
1329
1329
|
$btn-shadow: none;
|
|
1330
1330
|
$btn-shadow-hover: none;
|
|
1331
1331
|
$btn-size-s-border-width: 1px;
|
|
1332
|
-
$btn-size-s-font:
|
|
1332
|
+
$btn-size-s-font: 12px;
|
|
1333
1333
|
$btn-size-s-icon-size: 12px;
|
|
1334
1334
|
$btn-size-s-icon-margin: 4px;
|
|
1335
1335
|
$btn-size-s-icon-split-size: 12px;
|
|
@@ -1421,7 +1421,7 @@ $btn-text-secondary-color-hover: #257df9;
|
|
|
1421
1421
|
$btn-text-normal-color: #2e3038;
|
|
1422
1422
|
$btn-text-normal-color-hover: #257df9;
|
|
1423
1423
|
$btn-text-size-s-height: 16px;
|
|
1424
|
-
$btn-text-size-s-font:
|
|
1424
|
+
$btn-text-size-s-font: 12px;
|
|
1425
1425
|
$btn-text-icon-size-s: 16px;
|
|
1426
1426
|
$btn-text-icon-s-margin: 4px;
|
|
1427
1427
|
$btn-text-size-m-height: 20px;
|
|
@@ -1477,7 +1477,7 @@ $tag-corner-radius: 6px;
|
|
|
1477
1477
|
$tag-checkable-corner-radius: 6px;
|
|
1478
1478
|
$tag-border-width: 1px;
|
|
1479
1479
|
$tag-shadow: none;
|
|
1480
|
-
$tag-size-s-text-size:
|
|
1480
|
+
$tag-size-s-text-size: 12px;
|
|
1481
1481
|
$tag-size-s-content-min-width: 28px;
|
|
1482
1482
|
$tag-size-m-content-min-width: 40px;
|
|
1483
1483
|
$tag-size-l-content-min-width: 48px;
|
|
@@ -1647,7 +1647,7 @@ $input-feedback-error-bg-color: #FFFFFF;
|
|
|
1647
1647
|
$input-maxlen-error-color: #ff4d4f;
|
|
1648
1648
|
$input-maxlen-warning-color: #faad14;
|
|
1649
1649
|
$input-maxlen-color: #999999;
|
|
1650
|
-
$input-maxlen-font-size:
|
|
1650
|
+
$input-maxlen-font-size: 12px;
|
|
1651
1651
|
$input-hint-color: #999999;
|
|
1652
1652
|
$input-hint-hover-color: rgba(0, 0, 0, 0.75);
|
|
1653
1653
|
$input-feedback-clear-icon: "";
|
|
@@ -1795,10 +1795,10 @@ $upload-card-list-padding: 0px;
|
|
|
1795
1795
|
$upload-card-list-border-color: #cacaca;
|
|
1796
1796
|
$upload-card-list-border-color-error: #ff4d4f;
|
|
1797
1797
|
$upload-card-list-thumbnail-font-color: rgba(0, 0, 0, 0.4);
|
|
1798
|
-
$upload-card-list-thumbnail-font-size:
|
|
1798
|
+
$upload-card-list-thumbnail-font-size: 12px;
|
|
1799
1799
|
$upload-card-list-thumbnail-icon-size: 48px;
|
|
1800
1800
|
$upload-card-list-name-margin-top: 4px;
|
|
1801
|
-
$upload-card-list-name-font-size:
|
|
1801
|
+
$upload-card-list-name-font-size: 12px;
|
|
1802
1802
|
$upload-card-list-name-font-color: rgba(0, 0, 0, 0.75);
|
|
1803
1803
|
$upload-card-list-progressbar-height: 8px;
|
|
1804
1804
|
$upload-select-card-tool-bg-color: #000000;
|
|
@@ -1808,7 +1808,7 @@ $upload-drag-zone-over-border-color: #257df9;
|
|
|
1808
1808
|
$upload-drag-zone-corner: 6px;
|
|
1809
1809
|
$upload-drag-zone-font-size: 16px;
|
|
1810
1810
|
$upload-drag-zone-icon-size: 24px;
|
|
1811
|
-
$upload-drag-zone-hint-font-size:
|
|
1811
|
+
$upload-drag-zone-hint-font-size: 12px;
|
|
1812
1812
|
$upload-drag-zone-bg-color: transparent;
|
|
1813
1813
|
$upload-drag-zone-upload-icon: "";
|
|
1814
1814
|
$upload-drag-zone-upload-icon-color: rgba(0, 0, 0, 0.75);
|
|
@@ -1825,7 +1825,7 @@ $badge-size-list-margin: 0px;
|
|
|
1825
1825
|
$badge-size-count-config-height: 16px;
|
|
1826
1826
|
$badge-size-count-padding-lr: 4px;
|
|
1827
1827
|
$badge-size-custom-padding-lr: 4px;
|
|
1828
|
-
$badge-size-count-font:
|
|
1828
|
+
$badge-size-count-font: 12px;
|
|
1829
1829
|
$badge-color-bg: #ff4d4f;
|
|
1830
1830
|
$badge-size-count-border-radius: 8px;
|
|
1831
1831
|
$badge-dot-color-bg: #ff4d4f;
|
|
@@ -2114,8 +2114,8 @@ $progress-line-height-size-m: 8px;
|
|
|
2114
2114
|
$progress-line-height-size-s: 4px;
|
|
2115
2115
|
$progress-line-underlay-border-width: 1px;
|
|
2116
2116
|
$progress-line-font-l: 14px;
|
|
2117
|
-
$progress-line-font-m:
|
|
2118
|
-
$progress-line-font-s:
|
|
2117
|
+
$progress-line-font-m: 12px;
|
|
2118
|
+
$progress-line-font-s: 12px;
|
|
2119
2119
|
$progress-line-underlay-color: #EBECF0;
|
|
2120
2120
|
$progress-line-underlay-border-color: #f0f0f0;
|
|
2121
2121
|
$progress-line-radius-l: 16px;
|
|
@@ -2440,10 +2440,10 @@ $pagination-small-item-padding: 6px;
|
|
|
2440
2440
|
$pagination-small-item-border-width: 1px;
|
|
2441
2441
|
$pagination-small-item-corner: 6px;
|
|
2442
2442
|
$pagination-small-ellipsis-size: 12px;
|
|
2443
|
-
$pagination-small-current-font-size:
|
|
2444
|
-
$pagination-small-total-font-size:
|
|
2443
|
+
$pagination-small-current-font-size: 12px;
|
|
2444
|
+
$pagination-small-total-font-size: 12px;
|
|
2445
2445
|
$pagination-small-input-width: 28px;
|
|
2446
|
-
$pagination-small-jump-font-size:
|
|
2446
|
+
$pagination-small-jump-font-size: 12px;
|
|
2447
2447
|
$pagination-small-size-selector-number-padding: 8px;
|
|
2448
2448
|
$pagination-ellipsis-color: #999999;
|
|
2449
2449
|
$pagination-current-color: #257df9;
|
|
@@ -2542,7 +2542,7 @@ $radio-button-corner-medium: 6px;
|
|
|
2542
2542
|
$radio-button-corner-small: 6px;
|
|
2543
2543
|
$radio-button-font-size-large: 18px;
|
|
2544
2544
|
$radio-button-font-size-medium: 14px;
|
|
2545
|
-
$radio-button-font-size-small:
|
|
2545
|
+
$radio-button-font-size-small: 12px;
|
|
2546
2546
|
$radio-button-bg-color: #FFFFFF;
|
|
2547
2547
|
$radio-button-bg-color-hovered: #f8f9fb;
|
|
2548
2548
|
$radio-button-bg-color-checked: #FFFFFF;
|
|
@@ -2571,8 +2571,8 @@ $radio-checked-hovered-circle-color: #257df9;
|
|
|
2571
2571
|
$time-picker-panel-width: 200px;
|
|
2572
2572
|
$time-picker-panel-background: #FFFFFF;
|
|
2573
2573
|
$time-picker-menu-border-width: 1px;
|
|
2574
|
-
$time-picker-menu-title-font-size:
|
|
2575
|
-
$time-picker-menu-item-font-size:
|
|
2574
|
+
$time-picker-menu-title-font-size: 12px;
|
|
2575
|
+
$time-picker-menu-item-font-size: 12px;
|
|
2576
2576
|
$time-picker-menu-title-height: 28px;
|
|
2577
2577
|
$time-picker-menu-item-height: 28px;
|
|
2578
2578
|
$time-picker-menu-border-color: #cacaca;
|
|
@@ -2664,12 +2664,12 @@ $step-arrow-item-title-disabled-color: rgba(0, 0, 0, 0.4);
|
|
|
2664
2664
|
$step-circle-item-node-padding: 8px;
|
|
2665
2665
|
$step-circle-item-node-border-width: 1px;
|
|
2666
2666
|
$step-circle-item-node-icon-size: 12px;
|
|
2667
|
-
$step-circle-item-node-font-size:
|
|
2667
|
+
$step-circle-item-node-font-size: 12px;
|
|
2668
2668
|
$step-circle-item-node-corner: 50%;
|
|
2669
2669
|
$step-circle-item-tail-size: 1px;
|
|
2670
2670
|
$step-circle-item-title-margin-top: 8px;
|
|
2671
2671
|
$step-circle-item-content-margin-top: 4px;
|
|
2672
|
-
$step-circle-item-content-font-size:
|
|
2672
|
+
$step-circle-item-content-font-size: 12px;
|
|
2673
2673
|
$step-circle-item-body-width: 100px;
|
|
2674
2674
|
$step-circle-item-title-size: 16px;
|
|
2675
2675
|
$step-circle-item-title-weight: bold;
|
|
@@ -2748,7 +2748,7 @@ $step-dot-vertical-item-node-padding: 8px;
|
|
|
2748
2748
|
$step-dot-vertical-item-body-margin-left: 16px;
|
|
2749
2749
|
$step-dot-vertical-item-title-margin-top: 0px;
|
|
2750
2750
|
$step-dot-vertical-item-content-margin-top: 8px;
|
|
2751
|
-
$step-dot-item-content-font-size:
|
|
2751
|
+
$step-dot-item-content-font-size: 12px;
|
|
2752
2752
|
$step-dot-item-content-color: rgba(0, 0, 0, 0.75);
|
|
2753
2753
|
$step-dot-item-tail-bg-color: #d9d9d9;
|
|
2754
2754
|
$step-dot-vertical-item-tail-size: 1px;
|
|
@@ -2805,7 +2805,7 @@ $nav-ver-item-padding-lr: 20px;
|
|
|
2805
2805
|
$nav-ver-item-corner: 0px;
|
|
2806
2806
|
$nav-ver-item-selected-active-line: 2px;
|
|
2807
2807
|
$nav-ver-item-hover-active-line: 0px;
|
|
2808
|
-
$nav-ver-sub-nav-font-size:
|
|
2808
|
+
$nav-ver-sub-nav-font-size: 12px;
|
|
2809
2809
|
$nav-group-height: 40px;
|
|
2810
2810
|
$nav-group-font-size: 14px;
|
|
2811
2811
|
$nav-icon-self-size: 12px;
|
|
@@ -2986,7 +2986,7 @@ $tab-nav-close-icon-padding-l-size-s: 8px;
|
|
|
2986
2986
|
$tab-nav-arrow-left-positon-right: 32px;
|
|
2987
2987
|
$tab-nav-arrow-right-positon-right: 8px;
|
|
2988
2988
|
$tab-nav-arrow-down-positon-right: 8px;
|
|
2989
|
-
$tab-item-text-size-s:
|
|
2989
|
+
$tab-item-text-size-s: 12px;
|
|
2990
2990
|
$tab-close-icon-color: rgba(0, 0, 0, 0.75);
|
|
2991
2991
|
$tab-close-icon-color-hover: #2e3038;
|
|
2992
2992
|
$tab-close-icon-color-selected: #257df9;
|
|
@@ -3097,9 +3097,9 @@ $calendar-fullscreen-table-cell-disabled-background: whitesmoke;
|
|
|
3097
3097
|
$calendar-fullscreen-table-cell-disabled-color: rgba(0, 0, 0, 0.4);
|
|
3098
3098
|
$calendar-fullscreen-table-cell-disabled-border-color: #d9d9d9;
|
|
3099
3099
|
$calendar-card-header-margin-bottom: 8px;
|
|
3100
|
-
$calendar-card-table-head-font-size:
|
|
3100
|
+
$calendar-card-table-head-font-size: 12px;
|
|
3101
3101
|
$calendar-card-table-head-font-weight: normal;
|
|
3102
|
-
$calendar-card-table-cell-font-size:
|
|
3102
|
+
$calendar-card-table-cell-font-size: 12px;
|
|
3103
3103
|
$calendar-card-table-cell-date-border-radius: 6px;
|
|
3104
3104
|
$calendar-card-table-cell-date-width: 24px;
|
|
3105
3105
|
$calendar-card-table-cell-date-height: 24px;
|
|
@@ -3155,8 +3155,8 @@ $calendar-btn-arrow-content-next-super: "";
|
|
|
3155
3155
|
|
|
3156
3156
|
// ------------------------ breadcrumb ------------------------ //
|
|
3157
3157
|
|
|
3158
|
-
$breadcrumb-size-m-font-size:
|
|
3159
|
-
$breadcrumb-size-ellipsis-font-size:
|
|
3158
|
+
$breadcrumb-size-m-font-size: 12px;
|
|
3159
|
+
$breadcrumb-size-ellipsis-font-size: 12px;
|
|
3160
3160
|
$breadcrumb-size-m-icon-size: 8px;
|
|
3161
3161
|
$breadcrumb-size-m-icon-margin: 8px;
|
|
3162
3162
|
$breadcrumb-text-color: rgba(0, 0, 0, 0.75);
|