Files
directus/src/styles
Rijk van Zanten 08546e8105 [WIP] Card component (#115)
* Start on card component

* Add stories for card

* Add card actions component

* Right align actions

* Update storybook

* Update readme, tweak dialog card spacing

* Fix tests

* Move type styles into mixins
2020-03-16 15:21:59 -04:00
..
2020-02-18 17:58:24 -05:00
2020-03-16 15:21:59 -04:00
2020-03-13 16:34:06 -04:00
2020-03-13 16:34:06 -04:00
2020-02-14 12:42:22 -05:00
2020-02-18 17:58:24 -05:00
2020-02-17 15:12:19 -05:00
2020-02-18 17:58:24 -05: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.