mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-19 02:48:30 +08:00
* toast test * modify webpack build to allow for global CSS; use CSS modules to scope component styling * remove heatmap * add label to index resets * swapping out buttons for blueprint * adding constants to globals * swapping out blueprint buttons * title position, sidebar improvements * sidebar styles * adding toasts for validation errors * zebra section trial * integrating blueprint, switching buttons over, breaking out scatter * clean up console
10 lines
366 B
CSS
10 lines
366 B
CSS
/*
|
|
>>>GLOBAL<<< CSS imports & definitions
|
|
|
|
Do NOT put anything in this file that is not global. We do not perform
|
|
namespace mangling on these definitions. See webpack config for specifics.
|
|
*/
|
|
@import "~@blueprintjs/core/lib/css/blueprint.css";
|
|
@import "~@blueprintjs/icons/lib/css/blueprint-icons.css";
|
|
@import "~@blueprintjs/select/lib/css/blueprint-select.css";
|