@wizishop/wizi-block 15.0.43-beta → 15.0.44-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 +24 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/wizi-block",
3
- "version": "15.0.43-beta",
3
+ "version": "15.0.44-beta",
4
4
  "description": "## To use WiziBlock, you have to :",
5
5
  "repository": {
6
6
  "type": "git",
package/wizi-block.scss CHANGED
@@ -4490,14 +4490,14 @@ $color-bd: #dddddd;
4490
4490
  > div {
4491
4491
  position: relative;
4492
4492
  padding: rem(15);
4493
- width: calc(100% - #{rem(80)});
4493
+ width: calc(100% - #{rem(50)});
4494
4494
  background-color: lighten($wb-border-color, 8%);
4495
- margin: 0 rem(40) rem(30);
4496
- min-height: rem(60);
4495
+ margin: 0 rem(25) rem(30);
4496
+ min-height: rem(35);
4497
4497
  box-sizing: border-box;
4498
4498
 
4499
4499
  &:last-child {
4500
- margin: 0 rem(40);
4500
+ margin: 0 rem(25);
4501
4501
  background-color: transparent;
4502
4502
  text-align: right;
4503
4503
  padding: 0;
@@ -4511,7 +4511,7 @@ $color-bd: #dddddd;
4511
4511
  &:first-child {
4512
4512
  top: rem(5);
4513
4513
  left: rem(10);
4514
- font-size: rem(16);
4514
+ font-size: rem(14);
4515
4515
  font-weight: 300;
4516
4516
  }
4517
4517
  &:last-child {
@@ -4551,7 +4551,7 @@ $color-bd: #dddddd;
4551
4551
  }
4552
4552
 
4553
4553
  .form-long_answer {
4554
- min-height: 80px;
4554
+ min-height: 30px;
4555
4555
  width: 100%;
4556
4556
  }
4557
4557
  .wb-forms-imageleft {
@@ -4763,14 +4763,14 @@ $color-bd: #dddddd;
4763
4763
  > div {
4764
4764
  position: relative;
4765
4765
  padding: rem(15);
4766
- width: calc(100% - #{rem(80)});
4766
+ width: calc(100% - #{rem(50)});
4767
4767
  background-color: lighten($wb-border-color, 8%);
4768
- margin: 0 rem(40) rem(30);
4769
- min-height: rem(60);
4768
+ margin: 0 rem(25) rem(30);
4769
+ min-height: rem(35);
4770
4770
  box-sizing: border-box;
4771
4771
 
4772
4772
  &:last-child {
4773
- margin: 0 rem(40);
4773
+ margin: 0 rem(25);
4774
4774
  background-color: transparent;
4775
4775
  text-align: right;
4776
4776
  padding: 0;
@@ -4784,7 +4784,7 @@ $color-bd: #dddddd;
4784
4784
  &:first-child {
4785
4785
  top: rem(5);
4786
4786
  left: rem(10);
4787
- font-size: rem(16);
4787
+ font-size: rem(14);
4788
4788
  font-weight: 300;
4789
4789
  }
4790
4790
  &:last-child {
@@ -4824,7 +4824,7 @@ $color-bd: #dddddd;
4824
4824
  }
4825
4825
 
4826
4826
  .form-long_answer {
4827
- min-height: 80px;
4827
+ min-height: 30px;
4828
4828
  width: 100%;
4829
4829
  }
4830
4830
  .wb-forms-imageright {
@@ -5034,14 +5034,14 @@ $color-bd: #dddddd;
5034
5034
  > div {
5035
5035
  position: relative;
5036
5036
  padding: rem(15);
5037
- width: calc(100% - #{rem(80)});
5037
+ width: calc(100% - #{rem(50)});
5038
5038
  background-color: lighten($wb-border-color, 8%);
5039
- margin: 0 rem(40) rem(30);
5040
- min-height: rem(60);
5039
+ margin: 0 rem(25) rem(30);
5040
+ min-height: rem(35);
5041
5041
  box-sizing: border-box;
5042
5042
 
5043
5043
  &:last-child {
5044
- margin: 0 rem(40);
5044
+ margin: 0 rem(25);
5045
5045
  background-color: transparent;
5046
5046
  text-align: right;
5047
5047
  padding: 0;
@@ -5055,7 +5055,7 @@ $color-bd: #dddddd;
5055
5055
  &:first-child {
5056
5056
  top: rem(5);
5057
5057
  left: rem(10);
5058
- font-size: rem(16);
5058
+ font-size: rem(14);
5059
5059
  font-weight: 300;
5060
5060
  }
5061
5061
  &:last-child {
@@ -5095,7 +5095,7 @@ $color-bd: #dddddd;
5095
5095
  }
5096
5096
 
5097
5097
  .form-long_answer {
5098
- min-height: 80px;
5098
+ min-height: 30px;
5099
5099
  width: 100%;
5100
5100
  }
5101
5101
  .wb-forms-simple {
@@ -5113,7 +5113,6 @@ $color-bd: #dddddd;
5113
5113
  }
5114
5114
 
5115
5115
  &__container {
5116
- width: 60%;
5117
5116
  margin: rem(20) auto;
5118
5117
  box-sizing: border-box;
5119
5118
  min-width: rem(450);
@@ -5142,14 +5141,14 @@ $color-bd: #dddddd;
5142
5141
  > div {
5143
5142
  position: relative;
5144
5143
  padding: rem(15);
5145
- width: calc(100% - #{rem(80)});
5144
+ width: calc(100% - #{rem(50)});
5146
5145
  background-color: lighten($wb-border-color, 8%);
5147
- margin: 0 rem(40) rem(30);
5148
- min-height: rem(60);
5146
+ margin: 0 rem(25) rem(15);
5147
+ min-height: rem(35);
5149
5148
  box-sizing: border-box;
5150
5149
 
5151
5150
  &:last-child {
5152
- margin: 0 rem(40);
5151
+ margin: 0 rem(25);
5153
5152
  background-color: transparent;
5154
5153
  text-align: right;
5155
5154
  padding: 0;
@@ -5163,7 +5162,7 @@ $color-bd: #dddddd;
5163
5162
  &:first-child {
5164
5163
  top: rem(5);
5165
5164
  left: rem(10);
5166
- font-size: rem(16);
5165
+ font-size: rem(14);
5167
5166
  font-weight: 300;
5168
5167
  }
5169
5168
  &:last-child {
@@ -5199,7 +5198,7 @@ $color-bd: #dddddd;
5199
5198
  }
5200
5199
 
5201
5200
  .form-long_answer {
5202
- min-height: 80px;
5201
+ min-height: 30px;
5203
5202
  width: 100%;
5204
5203
  }
5205
5204
  .wb-images-banner {