@wizishop/wizi-block 15.0.47-beta → 15.0.49-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 +29 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/wizi-block",
3
- "version": "15.0.47-beta",
3
+ "version": "15.0.49-beta",
4
4
  "description": "## To use WiziBlock, you have to :",
5
5
  "repository": {
6
6
  "type": "git",
package/wizi-block.scss CHANGED
@@ -4533,14 +4533,14 @@ $color-bd: #dddddd;
4533
4533
  > div {
4534
4534
  position: relative;
4535
4535
  padding: rem(15);
4536
- width: calc(100% - #{rem(80)});
4536
+ width: calc(100% - #{rem(50)});
4537
4537
  background-color: lighten($wb-border-color, 8%);
4538
- margin: 0 rem(40) rem(30);
4539
- min-height: rem(60);
4538
+ margin: 0 rem(25) rem(15);
4539
+ min-height: rem(35);
4540
4540
  box-sizing: border-box;
4541
4541
 
4542
4542
  &:last-child {
4543
- margin: 0 rem(40);
4543
+ margin: 0 rem(25);
4544
4544
  background-color: transparent;
4545
4545
  text-align: right;
4546
4546
  padding: 0;
@@ -4554,7 +4554,7 @@ $color-bd: #dddddd;
4554
4554
  &:first-child {
4555
4555
  top: rem(5);
4556
4556
  left: rem(10);
4557
- font-size: rem(16);
4557
+ font-size: rem(14);
4558
4558
  font-weight: 300;
4559
4559
  }
4560
4560
  &:last-child {
@@ -4594,7 +4594,7 @@ $color-bd: #dddddd;
4594
4594
  }
4595
4595
 
4596
4596
  .form-long_answer {
4597
- min-height: 80px;
4597
+ min-height: 30px;
4598
4598
  width: 100%;
4599
4599
  }
4600
4600
  .wb-forms-imageleft {
@@ -4806,14 +4806,14 @@ $color-bd: #dddddd;
4806
4806
  > div {
4807
4807
  position: relative;
4808
4808
  padding: rem(15);
4809
- width: calc(100% - #{rem(80)});
4809
+ width: calc(100% - #{rem(50)});
4810
4810
  background-color: lighten($wb-border-color, 8%);
4811
- margin: 0 rem(40) rem(30);
4812
- min-height: rem(60);
4811
+ margin: 0 rem(25) rem(15);
4812
+ min-height: rem(35);
4813
4813
  box-sizing: border-box;
4814
4814
 
4815
4815
  &:last-child {
4816
- margin: 0 rem(40);
4816
+ margin: 0 rem(25);
4817
4817
  background-color: transparent;
4818
4818
  text-align: right;
4819
4819
  padding: 0;
@@ -4827,7 +4827,7 @@ $color-bd: #dddddd;
4827
4827
  &:first-child {
4828
4828
  top: rem(5);
4829
4829
  left: rem(10);
4830
- font-size: rem(16);
4830
+ font-size: rem(14);
4831
4831
  font-weight: 300;
4832
4832
  }
4833
4833
  &:last-child {
@@ -4867,7 +4867,7 @@ $color-bd: #dddddd;
4867
4867
  }
4868
4868
 
4869
4869
  .form-long_answer {
4870
- min-height: 80px;
4870
+ min-height: 30px;
4871
4871
  width: 100%;
4872
4872
  }
4873
4873
  .wb-forms-imageright {
@@ -5077,14 +5077,14 @@ $color-bd: #dddddd;
5077
5077
  > div {
5078
5078
  position: relative;
5079
5079
  padding: rem(15);
5080
- width: calc(100% - #{rem(80)});
5080
+ width: calc(100% - #{rem(50)});
5081
5081
  background-color: lighten($wb-border-color, 8%);
5082
- margin: 0 rem(40) rem(30);
5083
- min-height: rem(60);
5082
+ margin: 0 rem(25) rem(15);
5083
+ min-height: rem(35);
5084
5084
  box-sizing: border-box;
5085
5085
 
5086
5086
  &:last-child {
5087
- margin: 0 rem(40);
5087
+ margin: 0 rem(25);
5088
5088
  background-color: transparent;
5089
5089
  text-align: right;
5090
5090
  padding: 0;
@@ -5098,7 +5098,7 @@ $color-bd: #dddddd;
5098
5098
  &:first-child {
5099
5099
  top: rem(5);
5100
5100
  left: rem(10);
5101
- font-size: rem(16);
5101
+ font-size: rem(14);
5102
5102
  font-weight: 300;
5103
5103
  }
5104
5104
  &:last-child {
@@ -5138,7 +5138,7 @@ $color-bd: #dddddd;
5138
5138
  }
5139
5139
 
5140
5140
  .form-long_answer {
5141
- min-height: 80px;
5141
+ min-height: 30px;
5142
5142
  width: 100%;
5143
5143
  }
5144
5144
  .wb-forms-simple {
@@ -5156,7 +5156,6 @@ $color-bd: #dddddd;
5156
5156
  }
5157
5157
 
5158
5158
  &__container {
5159
- width: 60%;
5160
5159
  margin: rem(20) auto;
5161
5160
  box-sizing: border-box;
5162
5161
  min-width: rem(450);
@@ -5185,14 +5184,14 @@ $color-bd: #dddddd;
5185
5184
  > div {
5186
5185
  position: relative;
5187
5186
  padding: rem(15);
5188
- width: calc(100% - #{rem(80)});
5187
+ width: calc(100% - #{rem(50)});
5189
5188
  background-color: lighten($wb-border-color, 8%);
5190
- margin: 0 rem(40) rem(30);
5191
- min-height: rem(60);
5189
+ margin: 0 rem(25) rem(15);
5190
+ min-height: rem(35);
5192
5191
  box-sizing: border-box;
5193
5192
 
5194
5193
  &:last-child {
5195
- margin: 0 rem(40);
5194
+ margin: 0 rem(25);
5196
5195
  background-color: transparent;
5197
5196
  text-align: right;
5198
5197
  padding: 0;
@@ -5206,7 +5205,7 @@ $color-bd: #dddddd;
5206
5205
  &:first-child {
5207
5206
  top: rem(5);
5208
5207
  left: rem(10);
5209
- font-size: rem(16);
5208
+ font-size: rem(14);
5210
5209
  font-weight: 300;
5211
5210
  }
5212
5211
  &:last-child {
@@ -5242,7 +5241,7 @@ $color-bd: #dddddd;
5242
5241
  }
5243
5242
 
5244
5243
  .form-long_answer {
5245
- min-height: 80px;
5244
+ min-height: 30px;
5246
5245
  width: 100%;
5247
5246
  }
5248
5247
  .wb-images-banner {
@@ -6230,6 +6229,11 @@ $color-bd: #dddddd;
6230
6229
  &__item {
6231
6230
  width: calc(25% - 23px);
6232
6231
 
6232
+ wz-editor {
6233
+ position: relative;
6234
+ z-index: 999;
6235
+ }
6236
+
6233
6237
  &__img {
6234
6238
  position: relative;
6235
6239
  width: 100%;