@semi-bot/semi-theme-wcs 0.0.13 → 0.0.14
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 +1 -1
- package/scss/local.scss +1 -1
- package/semi.css +1 -1
- package/semi.min.css +1 -1
package/README.md
CHANGED
package/package.json
CHANGED
package/raw.json
CHANGED
|
@@ -724,7 +724,7 @@
|
|
|
724
724
|
"spacing": {
|
|
725
725
|
"$spacing-sideSheet_body-paddingX": "12px",
|
|
726
726
|
"$spacing-sideSheet_header-padding": "12px",
|
|
727
|
-
"$spacing-sideSheet_header-paddingBottom": "
|
|
727
|
+
"$spacing-sideSheet_header-paddingBottom": "12px"
|
|
728
728
|
}
|
|
729
729
|
},
|
|
730
730
|
"breadcrumb": {
|
package/scss/local.scss
CHANGED
|
@@ -23,7 +23,7 @@ $color-tagInput_default-bg-hover: var(--semi-color-bg-0);
|
|
|
23
23
|
$color-tagInput_default-bg-default: var(--semi-color-bg-0);
|
|
24
24
|
$spacing-sideSheet_body-paddingX: 12px;
|
|
25
25
|
$spacing-sideSheet_header-padding: 12px;
|
|
26
|
-
$spacing-sideSheet_header-paddingBottom:
|
|
26
|
+
$spacing-sideSheet_header-paddingBottom: 12px;
|
|
27
27
|
$color-breadcrumb_active-text-active: var(--semi-color-info);
|
|
28
28
|
$color-datepicker_range_trigger-border: var(--semi-color-info);
|
|
29
29
|
$color-datepicker_range_input-bg-default: var(--semi-color-bg-0);
|
package/semi.css
CHANGED
|
@@ -19002,7 +19002,7 @@ img[src=""], img:not([src]) {
|
|
|
19002
19002
|
display: flex;
|
|
19003
19003
|
align-items: flex-start;
|
|
19004
19004
|
padding: 12px;
|
|
19005
|
-
padding-bottom:
|
|
19005
|
+
padding-bottom: 12px;
|
|
19006
19006
|
border-bottom: 0px solid var(--semi-color-border);
|
|
19007
19007
|
}
|
|
19008
19008
|
.semi-sidesheet-body {
|