Split CSS into multiple files

This shouldn't result in anything breaking,
will require thorough testing
This commit is contained in:
Svilen Markov
2025-03-20 16:57:55 +00:00
parent 568876fc4f
commit 43b8f8f31b
28 changed files with 2222 additions and 2121 deletions
@@ -0,0 +1,13 @@
.market-chart {
margin-left: auto;
width: 6.5rem;
flex-shrink: 0;
}
.market-chart svg {
width: 100%;
}
.market-values {
min-width: 8rem;
}