@wizishop/wizi-block 15.0.95-beta → 15.0.96-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 +9 -0
package/package.json
CHANGED
package/wizi-block.scss
CHANGED
|
@@ -19355,6 +19355,15 @@ $color-bd: #dddddd;
|
|
|
19355
19355
|
@include flexbox();
|
|
19356
19356
|
@include flex-direction(column);
|
|
19357
19357
|
|
|
19358
|
+
& > div {
|
|
19359
|
+
position: relative;
|
|
19360
|
+
z-index: 1;
|
|
19361
|
+
|
|
19362
|
+
&:focus-within {
|
|
19363
|
+
z-index: 10;
|
|
19364
|
+
}
|
|
19365
|
+
}
|
|
19366
|
+
|
|
19358
19367
|
&__img {
|
|
19359
19368
|
@include flexbox();
|
|
19360
19369
|
@include justify-content(center);
|