@appartmint/mint 4.2.25 → 4.2.27
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
CHANGED
|
@@ -204,8 +204,7 @@
|
|
|
204
204
|
height: 100%;
|
|
205
205
|
}
|
|
206
206
|
|
|
207
|
-
|
|
208
|
-
& > #{prefix(widget-image)} #{class(image)} {
|
|
207
|
+
#{class(image)} {
|
|
209
208
|
width: 100%;
|
|
210
209
|
height: 100%;
|
|
211
210
|
max-width: css-var(card-logo-size);
|
|
@@ -243,6 +242,22 @@
|
|
|
243
242
|
}
|
|
244
243
|
}
|
|
245
244
|
|
|
245
|
+
&#{class(center)} {
|
|
246
|
+
&, &-title {
|
|
247
|
+
#{prefix(widget-title)} {
|
|
248
|
+
width: auto;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
#{prefix(section-flex)} {
|
|
252
|
+
& > #{prefix(section)} {
|
|
253
|
+
& > div {
|
|
254
|
+
justify-content: center;
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
|
|
246
261
|
#{class(date)} {
|
|
247
262
|
text-align: center;
|
|
248
263
|
|