@mundogamernetwork/shared-ui 1.1.73 → 1.1.74
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
|
@@ -1101,12 +1101,13 @@ onMounted(async () => {
|
|
|
1101
1101
|
display: flex;
|
|
1102
1102
|
padding: 8px 12px;
|
|
1103
1103
|
flex-direction: column;
|
|
1104
|
-
gap:
|
|
1104
|
+
gap: 4px;
|
|
1105
1105
|
background-color: var(--button-secondary-default-bg);
|
|
1106
|
-
font-size:
|
|
1106
|
+
font-size: 11px;
|
|
1107
|
+
font-weight: 400;
|
|
1107
1108
|
color: var(--secondary-info-fg);
|
|
1108
|
-
|
|
1109
|
-
span { color: var(--card-article-title); }
|
|
1109
|
+
flex: 1;
|
|
1110
|
+
span { color: var(--card-article-title); font-size: 13px; font-weight: 600; }
|
|
1110
1111
|
}
|
|
1111
1112
|
}
|
|
1112
1113
|
|