@appartmint/mint 4.2.26 → 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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appartmint/mint",
3
3
  "author": "App Art Mint LLC",
4
- "version": "4.2.26",
4
+ "version": "4.2.27",
5
5
  "license": "MIT",
6
6
  "description": "The front-end TS/SCSS framework of App Art Mint",
7
7
  "keywords": [
@@ -242,6 +242,22 @@
242
242
  }
243
243
  }
244
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
+
245
261
  #{class(date)} {
246
262
  text-align: center;
247
263