@wizishop/wizi-block 15.0.85-beta → 15.0.86-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.
- package/package.json +1 -1
- package/wizi-block.scss +8 -69
package/package.json
CHANGED
package/wizi-block.scss
CHANGED
|
@@ -1370,11 +1370,7 @@ wb-structure-config-extended-input {
|
|
|
1370
1370
|
}
|
|
1371
1371
|
|
|
1372
1372
|
wb-structure-tools {
|
|
1373
|
-
position: absolute;
|
|
1374
1373
|
z-index: 2;
|
|
1375
|
-
left: 0;
|
|
1376
|
-
width: 100%;
|
|
1377
|
-
height: 1px;
|
|
1378
1374
|
}
|
|
1379
1375
|
|
|
1380
1376
|
.cdk-drag-dragging, .cdk-drag-preview {
|
|
@@ -1384,16 +1380,13 @@ wb-structure-tools {
|
|
|
1384
1380
|
}
|
|
1385
1381
|
.wb-component {
|
|
1386
1382
|
&__container {
|
|
1383
|
+
background-color: $wb-white;
|
|
1387
1384
|
border: rem(2) solid $wb-wizishop-blue-light;
|
|
1388
1385
|
@include simple_transition();
|
|
1389
1386
|
padding: rem(60) rem(12) rem(12);
|
|
1390
1387
|
border-radius: 3px;
|
|
1391
1388
|
position: relative;
|
|
1392
1389
|
z-index: 1;
|
|
1393
|
-
|
|
1394
|
-
&:focus-within {
|
|
1395
|
-
z-index: 99999;
|
|
1396
|
-
}
|
|
1397
1390
|
}
|
|
1398
1391
|
|
|
1399
1392
|
.wb-structure-tools {
|
|
@@ -1961,6 +1954,10 @@ html .ql-bubble {
|
|
|
1961
1954
|
height: 21px;
|
|
1962
1955
|
}
|
|
1963
1956
|
|
|
1957
|
+
.editorjs-focused {
|
|
1958
|
+
z-index: 99 !important;
|
|
1959
|
+
}
|
|
1960
|
+
|
|
1964
1961
|
wz-editor {
|
|
1965
1962
|
display: block;
|
|
1966
1963
|
width: 100%;
|
|
@@ -2997,10 +2994,10 @@ wb-loader {
|
|
|
2997
2994
|
}
|
|
2998
2995
|
.wb-structure-tools {
|
|
2999
2996
|
position: relative;
|
|
3000
|
-
z-index:
|
|
2997
|
+
z-index: 9;
|
|
3001
2998
|
|
|
3002
2999
|
&.hover {
|
|
3003
|
-
z-index:
|
|
3000
|
+
z-index: 41;
|
|
3004
3001
|
background-color: $wizishop-blue !important;
|
|
3005
3002
|
}
|
|
3006
3003
|
|
|
@@ -17947,10 +17944,6 @@ $color-bd: #dddddd;
|
|
|
17947
17944
|
justify-content: center;
|
|
17948
17945
|
align-items: flex-start;
|
|
17949
17946
|
align-content: flex-start;
|
|
17950
|
-
|
|
17951
|
-
&:focus-within {
|
|
17952
|
-
z-index: 99999;
|
|
17953
|
-
}
|
|
17954
17947
|
}
|
|
17955
17948
|
|
|
17956
17949
|
&__config {
|
|
@@ -17975,9 +17968,6 @@ $color-bd: #dddddd;
|
|
|
17975
17968
|
justify-content: center;
|
|
17976
17969
|
padding: 0 5px;
|
|
17977
17970
|
margin: 18px 0 0;
|
|
17978
|
-
&:focus-within {
|
|
17979
|
-
z-index: 99999;
|
|
17980
|
-
}
|
|
17981
17971
|
&__absolute {
|
|
17982
17972
|
position: absolute;
|
|
17983
17973
|
top: 0;
|
|
@@ -18039,9 +18029,6 @@ $color-bd: #dddddd;
|
|
|
18039
18029
|
width: 100%;
|
|
18040
18030
|
text-align: center;
|
|
18041
18031
|
z-index: 2;
|
|
18042
|
-
&:focus-within {
|
|
18043
|
-
z-index: 99999;
|
|
18044
|
-
}
|
|
18045
18032
|
}
|
|
18046
18033
|
}
|
|
18047
18034
|
|
|
@@ -19629,18 +19616,9 @@ $color-bd: #dddddd;
|
|
|
19629
19616
|
width: 100%;
|
|
19630
19617
|
height: 100%;
|
|
19631
19618
|
position: absolute;
|
|
19632
|
-
|
|
19633
|
-
&:focus-within {
|
|
19634
|
-
z-index: 99;
|
|
19635
|
-
}
|
|
19636
19619
|
}
|
|
19637
19620
|
|
|
19638
19621
|
> .columns {
|
|
19639
|
-
position: relative;
|
|
19640
|
-
z-index: 1;
|
|
19641
|
-
&:focus-within {
|
|
19642
|
-
z-index: 9999;
|
|
19643
|
-
}
|
|
19644
19622
|
.column {
|
|
19645
19623
|
position: relative;
|
|
19646
19624
|
z-index: 1;
|
|
@@ -19661,10 +19639,6 @@ $color-bd: #dddddd;
|
|
|
19661
19639
|
overflow: hidden;
|
|
19662
19640
|
height: 100%;
|
|
19663
19641
|
position: absolute;
|
|
19664
|
-
|
|
19665
|
-
&:focus-within {
|
|
19666
|
-
z-index: 99999;
|
|
19667
|
-
}
|
|
19668
19642
|
}
|
|
19669
19643
|
|
|
19670
19644
|
&__text {
|
|
@@ -19678,10 +19652,6 @@ $color-bd: #dddddd;
|
|
|
19678
19652
|
justify-content: center;
|
|
19679
19653
|
pointer-events: none;
|
|
19680
19654
|
|
|
19681
|
-
&:focus-within {
|
|
19682
|
-
z-index: 99999;
|
|
19683
|
-
}
|
|
19684
|
-
|
|
19685
19655
|
> div {
|
|
19686
19656
|
pointer-events: all;
|
|
19687
19657
|
text-align: center;
|
|
@@ -19882,21 +19852,12 @@ $color-bd: #dddddd;
|
|
|
19882
19852
|
overflow: hidden;
|
|
19883
19853
|
height: 100%;
|
|
19884
19854
|
position: absolute;
|
|
19885
|
-
|
|
19886
|
-
&:focus-within {
|
|
19887
|
-
z-index: 99999;
|
|
19888
|
-
}
|
|
19889
19855
|
}
|
|
19890
19856
|
|
|
19891
19857
|
&__container {
|
|
19892
19858
|
position: relative;
|
|
19893
19859
|
height: 100%;
|
|
19894
19860
|
padding: rem(50) 0;
|
|
19895
|
-
z-index: 1;
|
|
19896
|
-
|
|
19897
|
-
&:focus-within {
|
|
19898
|
-
z-index: 99999;
|
|
19899
|
-
}
|
|
19900
19861
|
|
|
19901
19862
|
&__text {
|
|
19902
19863
|
position: relative;
|
|
@@ -19970,16 +19931,12 @@ $color-bd: #dddddd;
|
|
|
19970
19931
|
overflow: hidden;
|
|
19971
19932
|
height: 100%;
|
|
19972
19933
|
position: absolute;
|
|
19973
|
-
|
|
19974
|
-
&:focus-within {
|
|
19975
|
-
z-index: 99999;
|
|
19976
|
-
}
|
|
19977
19934
|
}
|
|
19978
19935
|
|
|
19979
19936
|
&__text {
|
|
19980
19937
|
position: relative;
|
|
19981
19938
|
display: flex;
|
|
19982
|
-
z-index:
|
|
19939
|
+
z-index: 2;
|
|
19983
19940
|
width: 100%;
|
|
19984
19941
|
height: 100%;
|
|
19985
19942
|
align-content: center;
|
|
@@ -20056,10 +20013,6 @@ $color-bd: #dddddd;
|
|
|
20056
20013
|
width: 100%;
|
|
20057
20014
|
height: 100%;
|
|
20058
20015
|
position: absolute;
|
|
20059
|
-
|
|
20060
|
-
&:focus-within {
|
|
20061
|
-
z-index: 99;
|
|
20062
|
-
}
|
|
20063
20016
|
}
|
|
20064
20017
|
|
|
20065
20018
|
.wb-texts-quadruple__middle-left {
|
|
@@ -20075,11 +20028,6 @@ $color-bd: #dddddd;
|
|
|
20075
20028
|
}
|
|
20076
20029
|
|
|
20077
20030
|
> .columns {
|
|
20078
|
-
position: relative;
|
|
20079
|
-
z-index: 1;
|
|
20080
|
-
&:focus-within {
|
|
20081
|
-
z-index: 9999;
|
|
20082
|
-
}
|
|
20083
20031
|
.column {
|
|
20084
20032
|
position: relative;
|
|
20085
20033
|
z-index: 1;
|
|
@@ -20422,10 +20370,6 @@ $color-bd: #dddddd;
|
|
|
20422
20370
|
width: 100%;
|
|
20423
20371
|
height: 100%;
|
|
20424
20372
|
position: absolute;
|
|
20425
|
-
|
|
20426
|
-
&:focus-within {
|
|
20427
|
-
z-index: 99;
|
|
20428
|
-
}
|
|
20429
20373
|
}
|
|
20430
20374
|
|
|
20431
20375
|
.wb-texts-triple__middle {
|
|
@@ -20435,11 +20379,6 @@ $color-bd: #dddddd;
|
|
|
20435
20379
|
}
|
|
20436
20380
|
|
|
20437
20381
|
> .columns {
|
|
20438
|
-
position: relative;
|
|
20439
|
-
z-index: 1;
|
|
20440
|
-
&:focus-within {
|
|
20441
|
-
z-index: 9999;
|
|
20442
|
-
}
|
|
20443
20382
|
.column {
|
|
20444
20383
|
position: relative;
|
|
20445
20384
|
z-index: 1;
|