Files
directus/src/styles
Ben Haynes ce9c374876 Various style tweaks (#423)
* nav list sizing

* less contrast on table load progress

* new data model icon

* fixes all users nav

rijk SAID he fixed… but that’s ok ;)

* lighter module active color

* decrease badge size

* text changes

* new sidebar drawer component styling

* space out filters a bit more

* add auto-save warning to fields setup

* new tabular option icons

* new filter styling

needs formatting and translations for field name tooltips

* form field group styling

WIP — just styling, and needs translations
2020-04-16 16:20:23 -04:00
..
2020-04-15 21:15:44 -04:00
2020-04-02 12:10:13 -04:00
2020-04-13 18:13:50 -04:00
2020-04-02 12:10:13 -04:00
2020-04-06 15:25:58 -04:00
2020-04-02 21:18:21 -04:00
2020-04-16 16:20:23 -04:00
2020-04-15 21:15:44 -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.