@wizishop/wizi-block 4.2.21-beta → 4.2.22-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 +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/wizi-block",
3
- "version": "4.2.21-beta",
3
+ "version": "4.2.22-beta",
4
4
  "description": "## To use WiziBlock, you have to :",
5
5
  "repository": {
6
6
  "type": "git",
package/wizi-block.scss CHANGED
@@ -48,6 +48,7 @@ $wb-cancel-background: #e43232 !default;
48
48
 
49
49
  $wb-color-border: #dee2ed !default;
50
50
  $wb-second-color: #526384 !default;
51
+ $wb-wizishop-blue-light: #52aecd26 !default;
51
52
  $transition-base-time: 200ms !default;
52
53
  .wb-structure-config-payment {
53
54
  padding: 0;
@@ -4528,7 +4529,7 @@ wb-loader {
4528
4529
  .button {
4529
4530
  padding: rem(8) rem(8);
4530
4531
  border: rem(1) solid transparent;
4531
- background-color: $wizishop-blue-light;
4532
+ background-color: $wb-wizishop-blue-light;
4532
4533
  height: auto;
4533
4534
 
4534
4535
  &:hover {
@@ -5618,7 +5619,7 @@ wb-editorjs {
5618
5619
  .wb-component {
5619
5620
  &__container {
5620
5621
  background-color: $wb-white;
5621
- border: rem(2) solid $wizishop-blue-light;
5622
+ border: rem(2) solid $wb-wizishop-blue-light;
5622
5623
  @include simple_transition();
5623
5624
  padding: rem(60) rem(12) rem(12);
5624
5625
  border-radius: 3px;
@@ -5635,7 +5636,7 @@ wb-editorjs {
5635
5636
  position: absolute;
5636
5637
  top: 2px;
5637
5638
  left: 2px;
5638
- background-color: $wizishop-blue-light;
5639
+ background-color: $wb-wizishop-blue-light;
5639
5640
  }
5640
5641
 
5641
5642
  .wb-additionnal-tools {