Files
medassist-ng/frontend/src/styles.css
T
Daniel Volz c78fc43083 feat(frontend): add intake journal and shared note flows (#648)
* feat(backend): add intake journal APIs and share note support

* feat(frontend): add intake journal and shared note flows
2026-05-24 14:00:30 +02:00

14 lines
784 B
CSS

/* biome-ignore-all lint/style/noDescendingSpecificity: shared stylesheet is intentionally composed from legacy cascade-ordered partials */
/* =============================================================================
Global Stylesheet Entrypoint
Loads layered partials in the order required by the existing MedAssist cascade.
Add new shared styles to the focused partial that owns the relevant domain.
============================================================================= */
@import url("./styles/foundation.css");
@import url("./styles/feedback.css");
@import url("./styles/app-surfaces.css");
@import url("./styles/settings-surfaces.css");
@import url("./styles/modal-detail.css");
@import url("./styles/auth-profile.css");
@import url("./styles/about-report.css");