Reorganizes and optimizes shared CSS components

Consolidates UI components into a centralized components.css file
Removes duplicate styles across multiple CSS files
Adds utility classes in a new utilities.css file
Reduces overall CSS complexity and improves maintainability

Removes quick-stats.css and redistributes its styles
Updates layout and stylesheet references accordingly
This commit is contained in:
Janus C. H. Knudsen 2026-01-13 00:09:46 +01:00
parent 15579acba8
commit 2e6207bb0b
33 changed files with 971 additions and 796 deletions

View file

@ -96,6 +96,7 @@ swp-booking-employee {
gap: var(--spacing-3);
}
/* TODO: Consider using swp-avatar.size-xs from components.css instead */
swp-booking-employee swp-avatar-small {
width: 24px;
height: 24px;