Remove some deprecated css+variables

This commit is contained in:
Gabe Kangas
2023-01-31 11:46:44 -08:00
parent 5c4e8f0a2d
commit 695efa9d6b
7 changed files with 27 additions and 628 deletions

View File

@@ -31,7 +31,7 @@
- This admin site chooses to have a generally Dark color palette, but with colors that are different from Ant design's _dark_ stylesheet, so that style sheet is not included. This results in a very large `ant-overrides.scss` file to reset colors on frequently used Ant components in the system. If you find yourself a new Ant Component that has not yet been used in this app, feel free to add a reset style for that component to the overrides stylesheet.
- Take a look at `variables.scss` CSS file if you want to give some elements custom css colors.
- Take a look at `variables.css` CSS file if you want to give some elements custom css colors.
---