asi-calculator/features/prices/components/Price/Price.module.css

10 lines
154 B
CSS
Raw Normal View History

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