@semi-bot/semi-theme-paipan 1.0.0 → 1.0.2
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 +1 -1
- package/package.json +1 -1
- package/raw.json +364 -364
- package/scss/_font.scss +8 -8
- package/scss/_palette.scss +338 -338
- package/scss/global.scss +2 -2
- package/scss/variables.scss +1 -1
- package/semi.css +500 -500
- package/semi.min.css +1 -1
package/scss/global.scss
CHANGED
|
@@ -100,7 +100,7 @@ body, body[theme-mode="dark"] .semi-always-light, :host, :host .semi-always-ligh
|
|
|
100
100
|
--semi-color-tertiary-light-default: rgba(var(--semi-grey-0), 1);
|
|
101
101
|
--semi-color-secondary-light-active: rgba(var(--semi-blue-2), 1);
|
|
102
102
|
--semi-color-secondary-light-default: rgba(var(--semi-light-blue-0), 1);
|
|
103
|
-
font-family:
|
|
103
|
+
font-family: 'PingFang SC';
|
|
104
104
|
-webkit-font-smoothing: antialiased;;
|
|
105
105
|
--semi-shadow-elevated: 0px 0px 1px 0px rgba(0,0,0,0.30), 0px 4px 14px 0px rgba(0,0,0,0.10);
|
|
106
106
|
--semi-shadow-0: none;
|
|
@@ -215,7 +215,7 @@ body[theme-mode="dark"], body .semi-always-dark, :host([theme-mode="dark"]), :ho
|
|
|
215
215
|
--semi-color-tertiary-light-default: rgba(var(--semi-grey-5), 0.2);
|
|
216
216
|
--semi-color-secondary-light-active: rgba(var(--semi-light-blue-5), 0.4);
|
|
217
217
|
--semi-color-secondary-light-default: rgba(var(--semi-light-blue-5), 0.2);
|
|
218
|
-
font-family:
|
|
218
|
+
font-family: 'PingFang SC';
|
|
219
219
|
-webkit-font-smoothing: antialiased;;
|
|
220
220
|
--semi-shadow-elevated: 0px 0px 1px 0px rgba(0,0,0,0.30), 0px 4px 14px 0px rgba(0,0,0,0.10);
|
|
221
221
|
--semi-shadow-0: none;
|
package/scss/variables.scss
CHANGED
|
@@ -55,7 +55,7 @@ $z-resizable_handler: 2000; // 伸缩框组件中handler的z-index
|
|
|
55
55
|
// font
|
|
56
56
|
|
|
57
57
|
|
|
58
|
-
$font-family-regular:
|
|
58
|
+
$font-family-regular: 'PingFang SC'; // semi 预置字体回退
|
|
59
59
|
$font-size-small: 12px; // 小文本字号
|
|
60
60
|
$font-size-regular: 14px; // 常规文本字号
|
|
61
61
|
|