feat(ui): add content editor components for skills and thoughts
CI / build-and-test (push) Failing after -31m24s
CI / build-and-test (push) Failing after -31m24s
* Implement ContentEditorField for inline editing of content * Create ContentEditorModal for editing content in a modal * Introduce FormerShell for managing forms related to skills and thoughts * Enhance SkillsPage and ThoughtsPage with new components for better content management
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
@import 'tailwindcss';
|
||||
@custom-variant dark (&:where(.dark, .dark *));
|
||||
@import '@warkypublic/svelix/css/tailwind-source.css';
|
||||
@import './amcs.theme.css';
|
||||
@import '@skeletonlabs/skeleton';
|
||||
@import '@skeletonlabs/skeleton-svelte';
|
||||
@import '@skeletonlabs/skeleton/themes/cerberus';
|
||||
|
||||
@source '../node_modules/@skeletonlabs/skeleton-svelte/dist/**/*.{js,svelte,ts}';
|
||||
|
||||
:root {
|
||||
color-scheme: dark;
|
||||
@@ -14,3 +22,12 @@ body,
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@layer base {
|
||||
.input::placeholder,
|
||||
.textarea::placeholder,
|
||||
input::placeholder,
|
||||
textarea::placeholder {
|
||||
opacity: 0.65;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user