哈哈
This commit is contained in:
@@ -204,6 +204,40 @@
|
||||
color: var(--accent-dim);
|
||||
}
|
||||
|
||||
.price-trend {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.15rem;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.price-trend .trend-delta {
|
||||
font-family: var(--font-mono);
|
||||
font-size: 0.82rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.price-trend .trend-meta {
|
||||
font-size: 0.75rem;
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
.price-trend.trend-up .trend-delta {
|
||||
color: var(--red);
|
||||
}
|
||||
|
||||
.price-trend.trend-down .trend-delta {
|
||||
color: var(--green);
|
||||
}
|
||||
|
||||
.price-trend.trend-flat .trend-delta {
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
.price-trend.trend-new .trend-delta {
|
||||
color: var(--accent);
|
||||
}
|
||||
|
||||
.admin-table .btn-delete {
|
||||
background: none;
|
||||
border: none;
|
||||
|
||||
Reference in New Issue
Block a user