@appartmint/mint 2.7.2 → 2.7.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appartmint/mint",
3
3
  "author": "App Art Mint LLC",
4
- "version": "2.7.2",
4
+ "version": "2.7.4",
5
5
  "license": "MIT",
6
6
  "description": "The front-end TS/SCSS framework of App Art Mint",
7
7
  "keywords": [
@@ -212,6 +212,13 @@
212
212
  align-items: center;
213
213
  justify-content: flex-end;
214
214
  height: 100%;
215
+
216
+ & > :not(#{class(buttons)}) {
217
+ a {
218
+ color: css-var(header-link-fore);
219
+ text-decoration: none;
220
+ }
221
+ }
215
222
  }
216
223
 
217
224
  #{class(logo)} {
@@ -97,6 +97,12 @@
97
97
  margin-top: $grid-gap;
98
98
  margin-bottom: $grid-gap;
99
99
 
100
+ &#{class('1')} {
101
+ & > * {
102
+ grid-column: span 1 !important;
103
+ }
104
+ }
105
+
100
106
  &#{class('2')} {
101
107
  @include grid-2;
102
108
  }