@appartmint/mint 0.11.2 → 0.11.4
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/css/mint.css
CHANGED
|
@@ -398,13 +398,13 @@ p .mint-pill, p .mint-btn {
|
|
|
398
398
|
.mint-card .mint-title:only-child {
|
|
399
399
|
height: 100%;
|
|
400
400
|
}
|
|
401
|
-
.mint-card .mint-title > .mint-image, .mint-card .mint-title > mint-image
|
|
401
|
+
.mint-card .mint-title > .mint-image, .mint-card .mint-title > mint-image .mint-image {
|
|
402
402
|
width: 100%;
|
|
403
403
|
height: 100%;
|
|
404
404
|
max-width: 4rem;
|
|
405
405
|
max-height: 4rem;
|
|
406
406
|
}
|
|
407
|
-
.mint-card .mint-title > .mint-image img, .mint-card .mint-title > mint-image
|
|
407
|
+
.mint-card .mint-title > .mint-image img, .mint-card .mint-title > mint-image .mint-image img {
|
|
408
408
|
display: block;
|
|
409
409
|
width: 100%;
|
|
410
410
|
height: 100%;
|
|
@@ -817,11 +817,11 @@ app-footer::before {
|
|
|
817
817
|
overflow: hidden;
|
|
818
818
|
}
|
|
819
819
|
.mint-16-9 iframe {
|
|
820
|
-
position: absolute;
|
|
821
|
-
top: 0;
|
|
822
|
-
left: 0;
|
|
823
|
-
width: 100
|
|
824
|
-
height: 100
|
|
820
|
+
position: absolute !important;
|
|
821
|
+
top: 0 !important;
|
|
822
|
+
left: 0 !important;
|
|
823
|
+
width: 100% !important;
|
|
824
|
+
height: 100% !important;
|
|
825
825
|
}
|
|
826
826
|
|
|
827
827
|
*, *::before, *::after {
|