mirror of
https://github.com/directus/directus.git
synced 2026-02-13 00:44:57 -05:00
* default badge color to red * update notice styling to avoid color variants * darker warning color * update dark mode primary color * update svg previews * show slider values by default * add subtle glow to field focus * add additional color options * no yellow in settings * Give status display proper defaults * Use setup script + translations * Add low-contrast flag to preset * update date-picker header style * add placeholder to datetime interface * Fix sizing of image preview * Fix spacing / border situation * select color * Render small images at original size * More file library love * update datetime placeholder * datetime font weights * Fix style lint issue Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
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.