@wizishop/wizi-block 15.0.44-beta → 15.0.45-beta
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/package.json +1 -1
- package/wizi-block.scss +3 -3
package/package.json
CHANGED
package/wizi-block.scss
CHANGED
|
@@ -4492,7 +4492,7 @@ $color-bd: #dddddd;
|
|
|
4492
4492
|
padding: rem(15);
|
|
4493
4493
|
width: calc(100% - #{rem(50)});
|
|
4494
4494
|
background-color: lighten($wb-border-color, 8%);
|
|
4495
|
-
margin: 0 rem(25) rem(
|
|
4495
|
+
margin: 0 rem(25) rem(15);
|
|
4496
4496
|
min-height: rem(35);
|
|
4497
4497
|
box-sizing: border-box;
|
|
4498
4498
|
|
|
@@ -4765,7 +4765,7 @@ $color-bd: #dddddd;
|
|
|
4765
4765
|
padding: rem(15);
|
|
4766
4766
|
width: calc(100% - #{rem(50)});
|
|
4767
4767
|
background-color: lighten($wb-border-color, 8%);
|
|
4768
|
-
margin: 0 rem(25) rem(
|
|
4768
|
+
margin: 0 rem(25) rem(15);
|
|
4769
4769
|
min-height: rem(35);
|
|
4770
4770
|
box-sizing: border-box;
|
|
4771
4771
|
|
|
@@ -5036,7 +5036,7 @@ $color-bd: #dddddd;
|
|
|
5036
5036
|
padding: rem(15);
|
|
5037
5037
|
width: calc(100% - #{rem(50)});
|
|
5038
5038
|
background-color: lighten($wb-border-color, 8%);
|
|
5039
|
-
margin: 0 rem(25) rem(
|
|
5039
|
+
margin: 0 rem(25) rem(15);
|
|
5040
5040
|
min-height: rem(35);
|
|
5041
5041
|
box-sizing: border-box;
|
|
5042
5042
|
|