- Set lthn-desktop as the default gui build target (port 9247) - Add core-demo GUI with Vite frontend (port 9245) - Configure core-gui on port 9246 to avoid conflicts - Update .gitignore for lthn-desktop and core-demo artifacts - Include lthn-desktop Angular frontend with Monaco editor and Claude panel - Add frontend.old directory preserving original lthn-desktop pages Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
13 lines
393 B
CSS
13 lines
393 B
CSS
@import "@awesome.me/webawesome/dist/styles/webawesome.css";
|
|
@import "@awesome.me/webawesome/dist/styles/themes/premium.css";
|
|
@import "@awesome.me/webawesome/dist/styles/native.css";
|
|
@import "@awesome.me/webawesome/dist/styles/utilities.css";
|
|
@import "@awesome.me/webawesome/dist/styles/color/palettes/vogue.css";
|
|
html,
|
|
body {
|
|
min-height: 100%;
|
|
height: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|