mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-16 07:33:46 -06:00
5ea44f5916
* refactor(ui): remove dead Control UI weight * test(ui): trim redundant preview fixture * fix(ui): preserve agent file preview behavior
14 lines
447 B
CSS
14 lines
447 B
CSS
@import "@awesome.me/webawesome/dist/styles/themes/default.css";
|
|
@import "./styles/base.css";
|
|
@import "./styles/layout.css";
|
|
@import "./styles/layout.mobile.css";
|
|
@import "./styles/components.css";
|
|
@import "./styles/approval-boot.css";
|
|
@import "./styles/settings.css";
|
|
|
|
/* Contract read by stale-chunk-reload.ts to detect a failed entry stylesheet load.
|
|
* Removing it leaves a fully unstyled page undetected. */
|
|
:root {
|
|
--openclaw-css-ok: 1;
|
|
}
|