mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-16 18:25:12 -06:00
- Remove the SCSS dependency completely and use MUI for theming. - Update - date-fns, @date-io, notistack. Remove - popper.js, sass-loader. - Cleanup webpack config. - Port PSQL tool to use MUI themes instead of SCSS theme. - Theme change will reflect realtime without refreshing pgAdmin.
17 lines
546 B
CSS
17 lines
546 B
CSS
@import 'node_modules/@fortawesome/fontawesome-free/css/all.css';
|
|
@import 'node_modules/leaflet/dist/leaflet.css';
|
|
|
|
@import 'node_modules/xterm/css/xterm.css';
|
|
|
|
@import 'node_modules/jsoneditor/dist/jsoneditor.min.css';
|
|
@import 'node_modules/react-checkbox-tree/lib/react-checkbox-tree.css';
|
|
|
|
@import 'node_modules/@simonwep/pickr/dist/themes/monolith.min.css';
|
|
|
|
@import 'node_modules/uplot/dist/uPlot.min.css';
|
|
|
|
@import 'node_modules/rc-dock/dist/rc-dock.css';
|
|
@import 'node_modules/@szhsin/react-menu/dist/index.css';
|
|
|
|
@import './pgadmin.css';
|