@semi-bot/semi-theme-trade-pass-growth-platform-test 1.0.13 → 1.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 +3 -2
- package/scss/local.scss +3 -2
- package/semi.css +2 -2
- package/semi.min.css +1 -1
package/README.md
CHANGED
package/package.json
CHANGED
package/raw.json
CHANGED
|
@@ -713,9 +713,10 @@
|
|
|
713
713
|
"$radius-modal_footer": "1px"
|
|
714
714
|
},
|
|
715
715
|
"spacing": {
|
|
716
|
-
"$spacing-
|
|
716
|
+
"$spacing-modal-marginY": "80px",
|
|
717
|
+
"$spacing-modal_wrap-top": "0px",
|
|
717
718
|
"$spacing-modal_body-margin": "24px",
|
|
718
|
-
"$spacing-modal_wrap-bottom": "
|
|
719
|
+
"$spacing-modal_wrap-bottom": "0px",
|
|
719
720
|
"$spacing-modal_footer-marginY": "0px",
|
|
720
721
|
"$spacing-modal_header-marginY": "0px",
|
|
721
722
|
"$spacing-modal_footer-paddingX": "24px",
|
package/scss/local.scss
CHANGED
|
@@ -15,9 +15,10 @@ $width-modal_footer-border: 1px;
|
|
|
15
15
|
$width-modal_header-border: 1px;
|
|
16
16
|
$width-modal_content-border: 0px;
|
|
17
17
|
$radius-modal_footer: 1px;
|
|
18
|
-
$spacing-
|
|
18
|
+
$spacing-modal-marginY: 80px;
|
|
19
|
+
$spacing-modal_wrap-top: 0px;
|
|
19
20
|
$spacing-modal_body-margin: 24px;
|
|
20
|
-
$spacing-modal_wrap-bottom:
|
|
21
|
+
$spacing-modal_wrap-bottom: 0px;
|
|
21
22
|
$spacing-modal_footer-marginY: 0px;
|
|
22
23
|
$spacing-modal_header-marginY: 0px;
|
|
23
24
|
$spacing-modal_footer-paddingX: 24px;
|
package/semi.css
CHANGED
|
@@ -15709,9 +15709,9 @@ img[src=""], img:not([src]) {
|
|
|
15709
15709
|
.semi-modal-wrap {
|
|
15710
15710
|
position: fixed;
|
|
15711
15711
|
overflow: auto;
|
|
15712
|
-
top:
|
|
15712
|
+
top: 0px;
|
|
15713
15713
|
right: 0;
|
|
15714
|
-
bottom:
|
|
15714
|
+
bottom: 0px;
|
|
15715
15715
|
left: 0;
|
|
15716
15716
|
z-index: 1000;
|
|
15717
15717
|
-webkit-overflow-scrolling: touch;
|