Refactor feature shortcodes for improved layout and styling

- Updated the feature shortcode in both `feature.html` files to change the list item class from `items-center` to `items-start` for better alignment.
- Adjusted the SVG icon class to include `flex-shrink-0 mt-1` and set minimum width and height for consistent sizing.
- Enhanced the CSS source map for `custom.css` to improve debugging and maintainability.
This commit is contained in:
Boris Waaub
2026-02-09 12:15:51 +01:00
parent 8c77a325f6
commit 9073e8b506
8 changed files with 325 additions and 388 deletions
+2
View File
@@ -18,6 +18,8 @@ $chill-light-blue: #a0dcff;
.badge-suivi-accompagnements { --badge-color: #EDC74B; }
.badge-suivi-decisions { --badge-color: #a0dcff; }
.badge-suivi-usagers{ --badge-color: #333333; }
.badge-rendez-vous{ --badge-color: #0d242e; }
/// Other custom colors
$bg-dark-blue: #0d242e;
$bg-light-blue: #a0dcff;