feat(standard-styling): Fix icons; add standard css

This commit is contained in:
2025-12-10 09:51:39 +01:00
parent 9609cfe305
commit 879ed8b9ee
8 changed files with 102 additions and 76 deletions

View File

@ -6,6 +6,7 @@
// Components: parts of the theme itself that are not associated with a module.
//@import "custom/components/";
@import "custom/components/forms";
// Modules: Styling for specific modules.
//@import "custom/modules/";
@ -13,6 +14,7 @@
//Layouts: Parts of a page, such as the header, footer, etc.
//@import "custom/layout/header";
//@import "custom/layout/footer";
@import "custom/layout/left-column";
// Pages
//@import "custom/pages/category";