wargerm 0.2.42 → 0.2.43
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/dist/index.css +2 -2
- package/dist/index.esm.css +2 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -1602,7 +1602,7 @@ button.swiper-pagination-bullet {
|
|
1602
1602
|
border-image-slice: 63 124 63 124;
|
1603
1603
|
border-image-width: 63px 124px 63px 124px;
|
1604
1604
|
border-image-repeat: stretch stretch;
|
1605
|
-
min-width:
|
1605
|
+
min-width: 200px;
|
1606
1606
|
min-height: 100px;
|
1607
1607
|
}
|
1608
1608
|
.card-container .container-in {
|
@@ -1674,7 +1674,7 @@ button.swiper-pagination-bullet {
|
|
1674
1674
|
}
|
1675
1675
|
.card-container .container-in .container-in-border .body {
|
1676
1676
|
flex: 1;
|
1677
|
-
overflow:
|
1677
|
+
overflow: hidden;
|
1678
1678
|
}
|
1679
1679
|
.model_container {
|
1680
1680
|
position: absolute;
|
package/dist/index.esm.css
CHANGED
@@ -1602,7 +1602,7 @@ button.swiper-pagination-bullet {
|
|
1602
1602
|
border-image-slice: 63 124 63 124;
|
1603
1603
|
border-image-width: 63px 124px 63px 124px;
|
1604
1604
|
border-image-repeat: stretch stretch;
|
1605
|
-
min-width:
|
1605
|
+
min-width: 200px;
|
1606
1606
|
min-height: 100px;
|
1607
1607
|
}
|
1608
1608
|
.card-container .container-in {
|
@@ -1674,7 +1674,7 @@ button.swiper-pagination-bullet {
|
|
1674
1674
|
}
|
1675
1675
|
.card-container .container-in .container-in-border .body {
|
1676
1676
|
flex: 1;
|
1677
|
-
overflow:
|
1677
|
+
overflow: hidden;
|
1678
1678
|
}
|
1679
1679
|
.model_container {
|
1680
1680
|
position: absolute;
|