* Minor: remove unused styles
* Use css variables to set colors in tailwind
* Minor: add missing icon
* Add BaseColorPicker component
* Adapt base components to use colors from tailwindcss
* Create composable to retrieve css variables
* Add component and route to modify chamilo colors
---------
Co-authored-by: Yannick Warnier <ywarnier@users.noreply.github.com>
Co-authored-by: Angel Fernando Quiroz Campos <angelfqc.18@gmail.com>
* Create composable to detect files from generic data about documents
* Add disable state for base button
* Create Base dialog components to reuse common visualization
* Create button toolbar
* Add new size for icons
* Change buttons to the new BaseButton component inside document list
* Create DocumentEntry component to show the icon of a document entry,
depending on the type of entry (folder, file) it will show icons
appropriately
* Change name of resourceFileIcon to resource file to accommodate
folder icons
* Add small size to base button and icon
* Change case in tailwind config for consistency
* Create BaseButton to create a consistent button across all code
* Create BaseIcon to restrict the icons used across all code
* Create BaseMenu as starting point for menu component consistent
across all code
* Fix not loaded header logo of chamilo, importing in the component
make the url resolution correctly
* Fix colors of tailwind according to figma
* Disable vuetify due to a crash with tailwind styles