feat: add CSS module styles for ProbabilityHubPage component
This commit is contained in:
@@ -171,24 +171,36 @@
|
|||||||
.cardMeta {
|
.cardMeta {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 8px;
|
align-items: center;
|
||||||
|
gap: 10px;
|
||||||
|
color: var(--text-muted);
|
||||||
}
|
}
|
||||||
|
|
||||||
.metaChip {
|
.metaChip {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 6px;
|
gap: 4px;
|
||||||
min-height: 26px;
|
min-height: 0;
|
||||||
padding: 4px 8px;
|
padding: 0;
|
||||||
border-radius: 999px;
|
border: 0;
|
||||||
border: 1px solid rgba(148, 163, 184, 0.14);
|
background: transparent;
|
||||||
background: rgba(255, 255, 255, 0.03);
|
|
||||||
color: var(--text-muted);
|
color: var(--text-muted);
|
||||||
font-size: 11px;
|
font-size: 12px;
|
||||||
|
line-height: 1.4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.metaChip + .metaChip::before {
|
||||||
|
content: "";
|
||||||
|
display: inline-block;
|
||||||
|
width: 1px;
|
||||||
|
height: 10px;
|
||||||
|
margin-right: 6px;
|
||||||
|
background: rgba(148, 163, 184, 0.22);
|
||||||
}
|
}
|
||||||
|
|
||||||
.metaChip strong {
|
.metaChip strong {
|
||||||
color: var(--text-secondary);
|
color: var(--text-primary);
|
||||||
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
.loadingGrid {
|
.loadingGrid {
|
||||||
|
|||||||
Reference in New Issue
Block a user