@mundogamernetwork/shared-ui 1.1.72 → 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
|
@@ -980,17 +980,21 @@ onMounted(async () => {
|
|
|
980
980
|
|
|
981
981
|
.card-time {
|
|
982
982
|
display: flex;
|
|
983
|
-
height: 80px;
|
|
984
|
-
padding:
|
|
983
|
+
min-height: 80px;
|
|
984
|
+
padding: 12px 8px;
|
|
985
985
|
flex-direction: column;
|
|
986
986
|
align-items: center;
|
|
987
|
-
|
|
987
|
+
justify-content: center;
|
|
988
|
+
gap: 4px;
|
|
988
989
|
background-color: var(--button-secondary-default-bg);
|
|
989
990
|
font-size: 28px;
|
|
991
|
+
font-family: inherit;
|
|
990
992
|
color: var(--key-accent, var(--primary, var(--key-accent, var(--primary, #D297FF))));
|
|
991
993
|
font-weight: 700;
|
|
992
|
-
|
|
993
|
-
|
|
994
|
+
flex: 1;
|
|
995
|
+
min-width: 0;
|
|
996
|
+
overflow: hidden;
|
|
997
|
+
span { font-size: 10px; color: var(--secondary-info-fg); font-weight: 400; white-space: nowrap; }
|
|
994
998
|
}
|
|
995
999
|
}
|
|
996
1000
|
|
|
@@ -1097,12 +1101,13 @@ onMounted(async () => {
|
|
|
1097
1101
|
display: flex;
|
|
1098
1102
|
padding: 8px 12px;
|
|
1099
1103
|
flex-direction: column;
|
|
1100
|
-
gap:
|
|
1104
|
+
gap: 4px;
|
|
1101
1105
|
background-color: var(--button-secondary-default-bg);
|
|
1102
|
-
font-size:
|
|
1106
|
+
font-size: 11px;
|
|
1107
|
+
font-weight: 400;
|
|
1103
1108
|
color: var(--secondary-info-fg);
|
|
1104
|
-
|
|
1105
|
-
span { color: var(--card-article-title); }
|
|
1109
|
+
flex: 1;
|
|
1110
|
+
span { color: var(--card-article-title); font-size: 13px; font-weight: 600; }
|
|
1106
1111
|
}
|
|
1107
1112
|
}
|
|
1108
1113
|
|