@wizishop/wizi-block 15.0.8-beta → 15.0.10-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 +167 -153
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/wizi-block",
3
- "version": "15.0.8-beta",
3
+ "version": "15.0.10-beta",
4
4
  "description": "## To use WiziBlock, you have to :",
5
5
  "repository": {
6
6
  "type": "git",
package/wizi-block.scss CHANGED
@@ -16800,159 +16800,6 @@ $color-bd: #dddddd;
16800
16800
  .wb-slider-with-banner__container__slider-selector.cdk-drag-placeholder {
16801
16801
  opacity: 0.2;
16802
16802
  }
16803
- .wb-socials-like {
16804
- padding: rem(30);
16805
-
16806
- &__image {
16807
- text-align: center;
16808
- }
16809
-
16810
- &__config {
16811
- padding: rem(40);
16812
- }
16813
-
16814
- input + a {
16815
- display: inline-block;
16816
- position: relative;
16817
- color: $wb-main-color;
16818
- @include simple_transition();
16819
- font-size: rem(14);
16820
-
16821
- &:before {
16822
- content: '';
16823
- width: 0;
16824
- height: rem(2);
16825
- position: absolute;
16826
- bottom: -#{rem(4px)};
16827
- background-color: $wb-main-color-hover;
16828
- @include simple_transition();
16829
- }
16830
-
16831
- &:hover {
16832
- color: $wb-main-color-hover;
16833
-
16834
- &:before {
16835
- width: 100%;
16836
- }
16837
- }
16838
- }
16839
- }
16840
- .wb-socials-network {
16841
- padding: rem(30);
16842
-
16843
- &__button {
16844
- button {
16845
- border: 0;
16846
- box-sizing: border-box;
16847
- color: $wb-white;
16848
- padding: rem(15);
16849
- width: calc(25% - #{rem(19)});
16850
- margin-right: rem(25);
16851
- transition: none;
16852
- font-size: rem(20);
16853
-
16854
- i {
16855
- font-size: rem(20);
16856
- margin-right: rem(10);
16857
- }
16858
-
16859
- &:last-child {
16860
- margin-right: 0;
16861
- }
16862
- }
16863
-
16864
- &__facebook {
16865
- background-color: #4267b2;
16866
- }
16867
- &__twitter {
16868
- background-color: #00aced;
16869
- }
16870
- &__instagram {
16871
- background-color: #6c27b3;
16872
- }
16873
- &__pinterest {
16874
- background-color: #c8232c;
16875
- }
16876
- }
16877
-
16878
- &__config {
16879
- padding: rem(40);
16880
- }
16881
- }
16882
- .wb-socials-page-complex {
16883
- padding: rem(30);
16884
-
16885
- &__config {
16886
- padding: rem(40);
16887
- }
16888
-
16889
- &__container {
16890
- text-align: center;
16891
- }
16892
-
16893
- input + a {
16894
- display: inline-block;
16895
- position: relative;
16896
- color: $wb-main-color;
16897
- @include simple_transition();
16898
- font-size: rem(14);
16899
-
16900
- &:before {
16901
- content: '';
16902
- width: 0;
16903
- height: rem(2);
16904
- position: absolute;
16905
- bottom: -#{rem(4px)};
16906
- background-color: $wb-main-color-hover;
16907
- @include simple_transition();
16908
- }
16909
-
16910
- &:hover {
16911
- color: $wb-main-color-hover;
16912
-
16913
- &:before {
16914
- width: 100%;
16915
- }
16916
- }
16917
- }
16918
- }
16919
- .wb-socials-page-simple {
16920
- padding: rem(30);
16921
-
16922
- &__config {
16923
- padding: rem(40);
16924
- }
16925
-
16926
- &__container {
16927
- text-align: center;
16928
- }
16929
-
16930
- input + a {
16931
- display: inline-block;
16932
- position: relative;
16933
- color: $wb-main-color;
16934
- @include simple_transition();
16935
- font-size: rem(14);
16936
-
16937
- &:before {
16938
- content: '';
16939
- width: 0;
16940
- height: rem(2);
16941
- position: absolute;
16942
- bottom: -#{rem(4px)};
16943
- background-color: $wb-main-color-hover;
16944
- @include simple_transition();
16945
- }
16946
-
16947
- &:hover {
16948
- color: $wb-main-color-hover;
16949
-
16950
- &:before {
16951
- width: 100%;
16952
- }
16953
- }
16954
- }
16955
- }
16956
16803
  .wb-text-backgrounds-rows-icon-text {
16957
16804
  position: relative;
16958
16805
 
@@ -18028,6 +17875,13 @@ $color-bd: #dddddd;
18028
17875
  position: relative;
18029
17876
  }
18030
17877
 
17878
+ .columns {
17879
+ position: static!important;
17880
+ .column {
17881
+ position: static;
17882
+ }
17883
+ }
17884
+
18031
17885
  & > .columns:not(:last-child) {
18032
17886
  margin-bottom: 10px;
18033
17887
 
@@ -18036,6 +17890,13 @@ $color-bd: #dddddd;
18036
17890
  }
18037
17891
  }
18038
17892
 
17893
+ .wb-structure-config__content > div:last-child {
17894
+ flex-direction: column;
17895
+ > *:not(:last-child) {
17896
+ margin: 0 0 20px!important;
17897
+ }
17898
+ }
17899
+
18039
17900
  &__item {
18040
17901
  padding: rem(15);
18041
17902
  &__content {
@@ -19193,6 +19054,159 @@ $color-bd: #dddddd;
19193
19054
  }
19194
19055
  }
19195
19056
  }
19057
+ .wb-socials-like {
19058
+ padding: rem(30);
19059
+
19060
+ &__image {
19061
+ text-align: center;
19062
+ }
19063
+
19064
+ &__config {
19065
+ padding: rem(40);
19066
+ }
19067
+
19068
+ input + a {
19069
+ display: inline-block;
19070
+ position: relative;
19071
+ color: $wb-main-color;
19072
+ @include simple_transition();
19073
+ font-size: rem(14);
19074
+
19075
+ &:before {
19076
+ content: '';
19077
+ width: 0;
19078
+ height: rem(2);
19079
+ position: absolute;
19080
+ bottom: -#{rem(4px)};
19081
+ background-color: $wb-main-color-hover;
19082
+ @include simple_transition();
19083
+ }
19084
+
19085
+ &:hover {
19086
+ color: $wb-main-color-hover;
19087
+
19088
+ &:before {
19089
+ width: 100%;
19090
+ }
19091
+ }
19092
+ }
19093
+ }
19094
+ .wb-socials-network {
19095
+ padding: rem(30);
19096
+
19097
+ &__button {
19098
+ button {
19099
+ border: 0;
19100
+ box-sizing: border-box;
19101
+ color: $wb-white;
19102
+ padding: rem(15);
19103
+ width: calc(25% - #{rem(19)});
19104
+ margin-right: rem(25);
19105
+ transition: none;
19106
+ font-size: rem(20);
19107
+
19108
+ i {
19109
+ font-size: rem(20);
19110
+ margin-right: rem(10);
19111
+ }
19112
+
19113
+ &:last-child {
19114
+ margin-right: 0;
19115
+ }
19116
+ }
19117
+
19118
+ &__facebook {
19119
+ background-color: #4267b2;
19120
+ }
19121
+ &__twitter {
19122
+ background-color: #00aced;
19123
+ }
19124
+ &__instagram {
19125
+ background-color: #6c27b3;
19126
+ }
19127
+ &__pinterest {
19128
+ background-color: #c8232c;
19129
+ }
19130
+ }
19131
+
19132
+ &__config {
19133
+ padding: rem(40);
19134
+ }
19135
+ }
19136
+ .wb-socials-page-complex {
19137
+ padding: rem(30);
19138
+
19139
+ &__config {
19140
+ padding: rem(40);
19141
+ }
19142
+
19143
+ &__container {
19144
+ text-align: center;
19145
+ }
19146
+
19147
+ input + a {
19148
+ display: inline-block;
19149
+ position: relative;
19150
+ color: $wb-main-color;
19151
+ @include simple_transition();
19152
+ font-size: rem(14);
19153
+
19154
+ &:before {
19155
+ content: '';
19156
+ width: 0;
19157
+ height: rem(2);
19158
+ position: absolute;
19159
+ bottom: -#{rem(4px)};
19160
+ background-color: $wb-main-color-hover;
19161
+ @include simple_transition();
19162
+ }
19163
+
19164
+ &:hover {
19165
+ color: $wb-main-color-hover;
19166
+
19167
+ &:before {
19168
+ width: 100%;
19169
+ }
19170
+ }
19171
+ }
19172
+ }
19173
+ .wb-socials-page-simple {
19174
+ padding: rem(30);
19175
+
19176
+ &__config {
19177
+ padding: rem(40);
19178
+ }
19179
+
19180
+ &__container {
19181
+ text-align: center;
19182
+ }
19183
+
19184
+ input + a {
19185
+ display: inline-block;
19186
+ position: relative;
19187
+ color: $wb-main-color;
19188
+ @include simple_transition();
19189
+ font-size: rem(14);
19190
+
19191
+ &:before {
19192
+ content: '';
19193
+ width: 0;
19194
+ height: rem(2);
19195
+ position: absolute;
19196
+ bottom: -#{rem(4px)};
19197
+ background-color: $wb-main-color-hover;
19198
+ @include simple_transition();
19199
+ }
19200
+
19201
+ &:hover {
19202
+ color: $wb-main-color-hover;
19203
+
19204
+ &:before {
19205
+ width: 100%;
19206
+ }
19207
+ }
19208
+ }
19209
+ }
19196
19210
  .wb-texts-double {
19197
19211
  position: relative;
19198
19212