asi-calculator/features/prices/components/Price/Price.module.css
Matthias Kretschmann dd44cc864e
market data refactor, add 24h price change (#8)
* new prices data structure

* market data refactor, add 24h price change

* browser language detection with middleware

* middleware tweaks
2024-04-09 13:46:15 +01:00

10 lines
154 B
CSS

.price {
border-top: 1px solid rgba(var(--foreground-rgb), 0.1);
padding-top: 0.5rem;
margin-top: 0.5rem;
}
.fiat {
color: var(--text-dimmed);
}