@wizishop/wizi-block 15.0.26-beta → 15.0.27-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 +188 -185
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/wizi-block",
3
- "version": "15.0.26-beta",
3
+ "version": "15.0.27-beta",
4
4
  "description": "## To use WiziBlock, you have to :",
5
5
  "repository": {
6
6
  "type": "git",
package/wizi-block.scss CHANGED
@@ -4547,7 +4547,7 @@ $color-bd: #dddddd;
4547
4547
  min-height: 80px;
4548
4548
  width: 100%;
4549
4549
  }
4550
- .wb-forms-imageleft {
4550
+ .wb-forms-imageright {
4551
4551
  padding: 0;
4552
4552
  position: relative;
4553
4553
  min-height: rem(500);
@@ -4592,8 +4592,6 @@ $color-bd: #dddddd;
4592
4592
  text-align: center;
4593
4593
  font-size: rem(14);
4594
4594
  color: $wb-secondary-text-color;
4595
- width: auto;
4596
- white-space: nowrap;
4597
4595
 
4598
4596
  &:before {
4599
4597
  position: absolute;
@@ -4820,7 +4818,7 @@ $color-bd: #dddddd;
4820
4818
  min-height: 80px;
4821
4819
  width: 100%;
4822
4820
  }
4823
- .wb-forms-imageright {
4821
+ .wb-forms-imageleft {
4824
4822
  padding: 0;
4825
4823
  position: relative;
4826
4824
  min-height: rem(500);
@@ -4865,6 +4863,8 @@ $color-bd: #dddddd;
4865
4863
  text-align: center;
4866
4864
  font-size: rem(14);
4867
4865
  color: $wb-secondary-text-color;
4866
+ width: auto;
4867
+ white-space: nowrap;
4868
4868
 
4869
4869
  &:before {
4870
4870
  position: absolute;
@@ -13490,116 +13490,6 @@ $color-bd: #dddddd;
13490
13490
  .column-max-width-50 {
13491
13491
  max-width: 50% !important;
13492
13492
  }
13493
- .wb-products-list-simple {
13494
- min-height: rem(540);
13495
- position: relative;
13496
-
13497
- > div {
13498
- &:first-child {
13499
- width: 100%;
13500
- overflow: hidden;
13501
- height: 100%;
13502
- position: absolute;
13503
- }
13504
- }
13505
-
13506
- &__nolist {
13507
- p {
13508
- text-align: center;
13509
- font-size: rem(20);
13510
- padding: rem(60) 0;
13511
- font-weight: 300;
13512
- }
13513
- }
13514
-
13515
- &__text {
13516
- padding: rem(20) 0 0;
13517
- }
13518
-
13519
- &__list {
13520
- display: flex;
13521
- flex-wrap: wrap;
13522
- justify-content: flex-start;
13523
- transform: translateX(-20px);
13524
- width: calc(100% + 40px);
13525
- padding: 30px 20px 10px 20px;
13526
-
13527
- > div {
13528
- width: calc(33.33% - 40px);
13529
- box-sizing: border-box;
13530
- margin: 0 20px 10px 20px;
13531
- text-align: center;
13532
- overflow: hidden;
13533
- position: relative;
13534
-
13535
- .nb-ligne-1 & {
13536
- &:nth-child(4),
13537
- &:nth-child(5),
13538
- &:nth-child(6),
13539
- &:nth-child(7),
13540
- &:nth-child(8),
13541
- &:nth-child(9) {
13542
- display: none;
13543
- }
13544
- }
13545
- .nb-ligne-2 & {
13546
- &:nth-child(7),
13547
- &:nth-child(8),
13548
- &:nth-child(9) {
13549
- display: none;
13550
- }
13551
- }
13552
-
13553
- &:nth-child(2),
13554
- &:hover {
13555
- > div {
13556
- opacity: 1;
13557
- }
13558
- }
13559
-
13560
- > div {
13561
- position: absolute;
13562
- width: 100%;
13563
- height: 100%;
13564
- left: 0;
13565
- top: 0;
13566
- background-color: rgba(255, 255, 255, 0.7);
13567
- margin: 0;
13568
- align-content: center;
13569
- justify-content: center;
13570
- align-items: center;
13571
- justify-items: center;
13572
- display: flex;
13573
- flex-direction: column;
13574
- opacity: 0;
13575
- @include simple_transition();
13576
-
13577
- p {
13578
- bottom: 0;
13579
- width: 100%;
13580
-
13581
- &:first-of-type {
13582
- font-weight: 600;
13583
- white-space: nowrap;
13584
- text-overflow: ellipsis;
13585
- overflow: hidden;
13586
- padding: 0 rem(35);
13587
- bottom: rem(20);
13588
- }
13589
- }
13590
-
13591
- a {
13592
- display: inline-block;
13593
- padding: rem(10) rem(15);
13594
- background-color: $wb-main-color;
13595
- color: $wb-white;
13596
- border-radius: rem(5);
13597
- margin-top: rem(5);
13598
- }
13599
- }
13600
- }
13601
- }
13602
- }
13603
13493
  .wb-quotes-author {
13604
13494
  > div {
13605
13495
  padding-bottom: rem(30);
@@ -16851,6 +16741,116 @@ $color-bd: #dddddd;
16851
16741
  padding: rem(40);
16852
16742
  }
16853
16743
  }
16744
+ .wb-products-list-simple {
16745
+ min-height: rem(540);
16746
+ position: relative;
16747
+
16748
+ > div {
16749
+ &:first-child {
16750
+ width: 100%;
16751
+ overflow: hidden;
16752
+ height: 100%;
16753
+ position: absolute;
16754
+ }
16755
+ }
16756
+
16757
+ &__nolist {
16758
+ p {
16759
+ text-align: center;
16760
+ font-size: rem(20);
16761
+ padding: rem(60) 0;
16762
+ font-weight: 300;
16763
+ }
16764
+ }
16765
+
16766
+ &__text {
16767
+ padding: rem(20) 0 0;
16768
+ }
16769
+
16770
+ &__list {
16771
+ display: flex;
16772
+ flex-wrap: wrap;
16773
+ justify-content: flex-start;
16774
+ transform: translateX(-20px);
16775
+ width: calc(100% + 40px);
16776
+ padding: 30px 20px 10px 20px;
16777
+
16778
+ > div {
16779
+ width: calc(33.33% - 40px);
16780
+ box-sizing: border-box;
16781
+ margin: 0 20px 10px 20px;
16782
+ text-align: center;
16783
+ overflow: hidden;
16784
+ position: relative;
16785
+
16786
+ .nb-ligne-1 & {
16787
+ &:nth-child(4),
16788
+ &:nth-child(5),
16789
+ &:nth-child(6),
16790
+ &:nth-child(7),
16791
+ &:nth-child(8),
16792
+ &:nth-child(9) {
16793
+ display: none;
16794
+ }
16795
+ }
16796
+ .nb-ligne-2 & {
16797
+ &:nth-child(7),
16798
+ &:nth-child(8),
16799
+ &:nth-child(9) {
16800
+ display: none;
16801
+ }
16802
+ }
16803
+
16804
+ &:nth-child(2),
16805
+ &:hover {
16806
+ > div {
16807
+ opacity: 1;
16808
+ }
16809
+ }
16810
+
16811
+ > div {
16812
+ position: absolute;
16813
+ width: 100%;
16814
+ height: 100%;
16815
+ left: 0;
16816
+ top: 0;
16817
+ background-color: rgba(255, 255, 255, 0.7);
16818
+ margin: 0;
16819
+ align-content: center;
16820
+ justify-content: center;
16821
+ align-items: center;
16822
+ justify-items: center;
16823
+ display: flex;
16824
+ flex-direction: column;
16825
+ opacity: 0;
16826
+ @include simple_transition();
16827
+
16828
+ p {
16829
+ bottom: 0;
16830
+ width: 100%;
16831
+
16832
+ &:first-of-type {
16833
+ font-weight: 600;
16834
+ white-space: nowrap;
16835
+ text-overflow: ellipsis;
16836
+ overflow: hidden;
16837
+ padding: 0 rem(35);
16838
+ bottom: rem(20);
16839
+ }
16840
+ }
16841
+
16842
+ a {
16843
+ display: inline-block;
16844
+ padding: rem(10) rem(15);
16845
+ background-color: $wb-main-color;
16846
+ color: $wb-white;
16847
+ border-radius: rem(5);
16848
+ margin-top: rem(5);
16849
+ }
16850
+ }
16851
+ }
16852
+ }
16853
+ }
16854
16854
  .wb-socials-page-complex {
16855
16855
  padding: rem(30);
16856
16856
 
@@ -17961,6 +17961,9 @@ $color-bd: #dddddd;
17961
17961
  pointer-events: all;
17962
17962
  text-align: center;
17963
17963
  width: 100%;
17964
+ max-height: calc(100% - 40px);
17965
+ overflow-y: scroll;
17966
+ overflow-x: hidden;
17964
17967
 
17965
17968
  > div {
17966
17969
  &:first-child {
@@ -19474,17 +19477,49 @@ $color-bd: #dddddd;
19474
19477
  }
19475
19478
  }
19476
19479
  }
19477
- .wb-texts-one-background {
19480
+ .wb-texts-quadruple {
19478
19481
  position: relative;
19479
- z-index: 8;
19480
19482
 
19481
19483
  &.is-active {
19482
19484
  z-index: 40;
19483
19485
  }
19484
19486
 
19487
+ &__config {
19488
+ overflow: hidden;
19489
+ width: 100%;
19490
+ height: 100%;
19491
+ position: absolute;
19492
+ }
19493
+
19494
+ .wb-texts-quadruple__middle-left {
19495
+ .wb-structure-config.is-right-top .wb-structure-config__tools {
19496
+ right: calc(50% + #{rem(18)});
19497
+ }
19498
+ }
19499
+
19500
+ .wb-texts-quadruple__middle-right {
19501
+ .wb-structure-config.is-right-top .wb-structure-config__tools {
19502
+ right: calc(25% + #{rem(18)});
19503
+ }
19504
+ }
19505
+
19506
+ > .columns {
19507
+ .column {
19508
+ position: relative;
19509
+ z-index: 1;
19510
+
19511
+ &:nth-child(1),
19512
+ &:nth-child(2),
19513
+ &:nth-child(3) {
19514
+ border-right: rem(15) solid $wb-white;
19515
+ }
19516
+ }
19517
+ }
19518
+
19485
19519
  &__container {
19486
19520
  position: relative;
19487
19521
  height: 100%;
19522
+ padding: rem(50) 0;
19488
19523
 
19489
19524
  &__tools {
19490
19525
  width: 100%;
@@ -19503,25 +19538,26 @@ $color-bd: #dddddd;
19503
19538
  align-self: center;
19504
19539
  justify-content: center;
19505
19540
  pointer-events: none;
19506
- padding: 0;
19507
-
19508
- &.small {
19509
- padding: rem(50);
19510
- }
19511
-
19512
- &.medium {
19513
- padding: rem(60);
19514
- }
19515
-
19516
- &.large {
19517
- padding: rem(70);
19518
- }
19519
19541
 
19520
19542
  > div {
19521
19543
  pointer-events: all;
19522
19544
  text-align: center;
19523
19545
  width: 100%;
19524
- padding: 0;
19546
+ padding: rem(25);
19547
+
19548
+ .align-button & {
19549
+ display: flex;
19550
+ flex-wrap: wrap;
19551
+ align-items: center;
19552
+ align-content: center;
19553
+ justify-content: flex-start;
19554
+ position: relative;
19555
+ flex-direction: column;
19556
+ padding-bottom: rem(38);
19557
+ > div:not(.is-button) {
19558
+ width: 100%;
19559
+ }
19560
+ }
19525
19561
 
19526
19562
  > div {
19527
19563
  &:first-child {
@@ -19539,6 +19575,12 @@ $color-bd: #dddddd;
19539
19575
  font-weight: 500;
19540
19576
  margin-top: rem(12);
19541
19577
  color: $wb-white;
19578
+
19579
+ .align-button & {
19580
+ align-self: center;
19581
+ margin-top: auto;
19582
+ transform: translateY(12px);
19583
+ }
19542
19584
  }
19543
19585
  }
19544
19586
 
@@ -19555,49 +19597,17 @@ $color-bd: #dddddd;
19555
19597
  }
19556
19598
  }
19557
19599
  }
19558
- .wb-texts-quadruple {
19600
+ .wb-texts-one-background {
19559
19601
  position: relative;
19602
+ z-index: 8;
19560
19603
 
19561
19604
  &.is-active {
19562
19605
  z-index: 40;
19563
19606
  }
19564
19607
 
19565
- &__config {
19566
- overflow: hidden;
19567
- width: 100%;
19568
- height: 100%;
19569
- position: absolute;
19570
- }
19571
-
19572
- .wb-texts-quadruple__middle-left {
19573
- .wb-structure-config.is-right-top .wb-structure-config__tools {
19574
- right: calc(50% + #{rem(18)});
19575
- }
19576
- }
19577
-
19578
- .wb-texts-quadruple__middle-right {
19579
- .wb-structure-config.is-right-top .wb-structure-config__tools {
19580
- right: calc(25% + #{rem(18)});
19581
- }
19582
- }
19583
-
19584
- > .columns {
19585
- .column {
19586
- position: relative;
19587
- z-index: 1;
19588
-
19589
- &:nth-child(1),
19590
- &:nth-child(2),
19591
- &:nth-child(3) {
19592
- border-right: rem(15) solid $wb-white;
19593
- }
19594
- }
19595
- }
19596
-
19597
19608
  &__container {
19598
19609
  position: relative;
19599
19610
  height: 100%;
19600
- padding: rem(50) 0;
19601
19611
 
19602
19612
  &__tools {
19603
19613
  width: 100%;
@@ -19616,26 +19626,25 @@ $color-bd: #dddddd;
19616
19626
  align-self: center;
19617
19627
  justify-content: center;
19618
19628
  pointer-events: none;
19629
+ padding: 0;
19630
+
19631
+ &.small {
19632
+ padding: rem(50);
19633
+ }
19634
+
19635
+ &.medium {
19636
+ padding: rem(60);
19637
+ }
19638
+
19639
+ &.large {
19640
+ padding: rem(70);
19641
+ }
19619
19642
 
19620
19643
  > div {
19621
19644
  pointer-events: all;
19622
19645
  text-align: center;
19623
19646
  width: 100%;
19624
- padding: rem(25);
19625
-
19626
- .align-button & {
19627
- display: flex;
19628
- flex-wrap: wrap;
19629
- align-items: center;
19630
- align-content: center;
19631
- justify-content: flex-start;
19632
- position: relative;
19633
- flex-direction: column;
19634
- padding-bottom: rem(38);
19635
- > div:not(.is-button) {
19636
- width: 100%;
19637
- }
19638
- }
19647
+ padding: 0;
19639
19648
 
19640
19649
  > div {
19641
19650
  &:first-child {
@@ -19653,12 +19662,6 @@ $color-bd: #dddddd;
19653
19662
  font-weight: 500;
19654
19663
  margin-top: rem(12);
19655
19664
  color: $wb-white;
19656
-
19657
- .align-button & {
19658
- align-self: center;
19659
- margin-top: auto;
19660
- transform: translateY(12px);
19661
- }
19662
19665
  }
19663
19666
  }
19664
19667