c78fc43083
* feat(backend): add intake journal APIs and share note support * feat(frontend): add intake journal and shared note flows
14 lines
784 B
CSS
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");
|