@wizishop/wizi-block 15.0.69-beta → 15.0.70-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 +3 -2
package/package.json
CHANGED
package/wizi-block.scss
CHANGED
|
@@ -19514,12 +19514,13 @@ $color-bd: #dddddd;
|
|
|
19514
19514
|
align-self: center;
|
|
19515
19515
|
justify-content: center;
|
|
19516
19516
|
pointer-events: none;
|
|
19517
|
+
width: 100%;
|
|
19517
19518
|
|
|
19518
19519
|
> div {
|
|
19519
|
-
padding:
|
|
19520
|
+
padding: 30px;
|
|
19520
19521
|
pointer-events: all;
|
|
19521
19522
|
text-align: center;
|
|
19522
|
-
width: 100
|
|
19523
|
+
width: calc(100% - 200px);
|
|
19523
19524
|
background-color: $wb-white;
|
|
19524
19525
|
margin: 0 rem(100);
|
|
19525
19526
|
|