@appartmint/mint 0.13.0 → 0.13.1

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": "0.13.0",
4
+ "version": "0.13.1",
5
5
  "license": "MIT",
6
6
  "description": "The front-end TS/SCSS framework of App Art Mint",
7
7
  "keywords": [
@@ -328,7 +328,6 @@
328
328
  nav {
329
329
  height: calc(100vh - css-var(header-height));
330
330
  height: calc(100dvh - css-var(header-height));
331
- background: css-var(back);
332
331
  overflow: auto;
333
332
  background-repeat: repeat;
334
333
 
@@ -338,6 +337,10 @@
338
337
  justify-content: center;
339
338
  }
340
339
 
340
+ &#{neg(class(border))} {
341
+ background: css-var(back);
342
+ }
343
+
341
344
  &> :last-child {
342
345
  margin-bottom: 0;
343
346
  }
@@ -369,6 +372,7 @@
369
372
  font-family: $font-secondary, $font-backups !important;
370
373
  font-size: 3em;
371
374
  padding: 0.5rem;
375
+ margin: 0.5rem 0;
372
376
  text-align: center;
373
377
  border-radius: $header-link-border-radius;
374
378
 
@@ -63,13 +63,14 @@
63
63
  }
64
64
 
65
65
  #{class(frame)} {
66
+ height: fit-content;
67
+
66
68
  @extend #{class(border)};
67
69
  @if $texture-border-image {
68
70
  padding: $texture-border-width;
69
71
  } @else if $texture-border-color {
70
72
  padding: 0;
71
73
  }
72
-
73
74
  }
74
75
 
75
76
  #{class(card)} {