@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/wizi-block.scss +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/wizi-block",
3
- "version": "15.0.44-beta",
3
+ "version": "15.0.45-beta",
4
4
  "description": "## To use WiziBlock, you have to :",
5
5
  "repository": {
6
6
  "type": "git",
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(30);
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(30);
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(30);
5039
+ margin: 0 rem(25) rem(15);
5040
5040
  min-height: rem(35);
5041
5041
  box-sizing: border-box;
5042
5042