@appartmint/mint 0.12.30 → 0.13.0

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.12.30",
4
+ "version": "0.13.0",
5
5
  "license": "MIT",
6
6
  "description": "The front-end TS/SCSS framework of App Art Mint",
7
7
  "keywords": [
@@ -11,6 +11,7 @@
11
11
  #{class(btn)},
12
12
  #{class(btn-icon)},
13
13
  #{class(pill)} {
14
+ width: fit-content;
14
15
  max-width: 100%;
15
16
  text-decoration: none;
16
17
  text-overflow: ellipsis;
@@ -92,16 +92,6 @@ a {
92
92
  white-space: nowrap;
93
93
  }
94
94
  }
95
-
96
- i {
97
- &:first-child {
98
- margin-right: 0.25em;
99
- }
100
-
101
- &:last-child {
102
- margin-left: 0.25em;
103
- }
104
- }
105
95
  }
106
96
 
107
97
  button,
@@ -112,6 +102,16 @@ a[routerLink] {
112
102
  a,
113
103
  button {
114
104
  font-size: inherit;
105
+
106
+ i {
107
+ &:first-child {
108
+ margin-right: 0.5em;
109
+ }
110
+
111
+ &:last-child {
112
+ margin-left: 0.5em;
113
+ }
114
+ }
115
115
  }
116
116
 
117
117
  img,