- Introduction of eveai-listview (to select objects) that is sortable, filterable, ...
- npm build does now also include building css files. - Source javascript and css are now defined in the source directories (eveai_app or eveai_chat_client), and automatically built for use with nginx - eveai.css is now split into several more manageable files (per control type)
This commit is contained in:
8
nginx/frontend_src/css/main.css
Normal file
8
nginx/frontend_src/css/main.css
Normal file
@@ -0,0 +1,8 @@
|
||||
/* Alleen custom CSS hier - geen @imports meer! */
|
||||
/* Alle package imports zijn verplaatst naar main.js */
|
||||
|
||||
/* Eventuele custom overrides hier */
|
||||
.custom-style {
|
||||
/* Je eigen CSS */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user