mirror of
https://github.com/directus/directus.git
synced 2026-01-31 23:18:03 -05:00
* badge sizing * tailored chip padding based on size * list style update * round language progress bar * remove whitespace causing odd gap after field * complress field management grid * add yellow to color options, make warning yellow
Styles
The global styles of the application. Even though everything is based around scoped styles in the components, there's still a need to have a certain set of global styles. Most importantly the global reset (_base.scss) and CSS Custom Properties (variables).
There are a couple of third party plugins (codemirror / TinyMCE etc) that expect their styles to be global. This folder can be used for that as well.