Files
directus/app/src/styles
Ben Haynes 2474a0ddc0 Style updates (#12229)
* 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>
2022-03-18 15:52:04 +00:00
..
2022-03-18 15:52:04 +00:00
2021-09-10 15:01:58 -04:00
2022-03-18 15:52:04 +00:00
2022-03-18 15:52:04 +00:00
2021-03-04 10:42:37 -05:00
2021-12-24 17:16:24 -05:00
2021-05-04 18:52:08 -04:00

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.