refactor: improve styles

This commit is contained in:
mrholek
2023-11-25 18:55:06 +01:00
parent 5f3df898b1
commit a2f759e7ee
7 changed files with 80 additions and 65 deletions
+6 -8
View File
@@ -1,16 +1,14 @@
// If you want to override variables do it here
@import "variables";
// Import CoreUI for React components library
// Import styles
@import "@coreui/coreui/scss/coreui";
// Import Chart.js custom tooltips styles
@import "@coreui/chartjs/scss/coreui-chartjs";
// Vendors
@import "vendors/simplebar";
@import "layout";
// Custom styles for this theme
@import "theme";
// Preview
@import "examples";
// If you want to add custom CSS you can put it here.
// If you want to add custom CSS you can put it here
@import "custom";