@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/dist/css/mint.css
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
.mint-btn,
|
|
14
14
|
.mint-btn-icon,
|
|
15
15
|
.mint-pill {
|
|
16
|
+
width: fit-content;
|
|
16
17
|
max-width: 100%;
|
|
17
18
|
text-decoration: none;
|
|
18
19
|
text-overflow: ellipsis;
|
|
@@ -1079,12 +1080,6 @@ nav ul > li > ul {
|
|
|
1079
1080
|
white-space: nowrap;
|
|
1080
1081
|
}
|
|
1081
1082
|
}
|
|
1082
|
-
a i:first-child {
|
|
1083
|
-
margin-right: 0.25em;
|
|
1084
|
-
}
|
|
1085
|
-
a i:last-child {
|
|
1086
|
-
margin-left: 0.25em;
|
|
1087
|
-
}
|
|
1088
1083
|
|
|
1089
1084
|
button,
|
|
1090
1085
|
a[routerLink] {
|
|
@@ -1095,6 +1090,14 @@ a,
|
|
|
1095
1090
|
button {
|
|
1096
1091
|
font-size: inherit;
|
|
1097
1092
|
}
|
|
1093
|
+
a i:first-child,
|
|
1094
|
+
button i:first-child {
|
|
1095
|
+
margin-right: 0.5em;
|
|
1096
|
+
}
|
|
1097
|
+
a i:last-child,
|
|
1098
|
+
button i:last-child {
|
|
1099
|
+
margin-left: 0.5em;
|
|
1100
|
+
}
|
|
1098
1101
|
|
|
1099
1102
|
img,
|
|
1100
1103
|
video {
|