diff options
Diffstat (limited to 'components/editor/OptionsPanel.vue')
| -rw-r--r-- | components/editor/OptionsPanel.vue | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/components/editor/OptionsPanel.vue b/components/editor/OptionsPanel.vue deleted file mode 100644 index 7cf8982..0000000 --- a/components/editor/OptionsPanel.vue +++ /dev/null @@ -1,19 +0,0 @@ -<script setup lang="ts"> -</script> - -<template> - <div id="options-panel"> - <slot /> - </div> -</template> - -<style scoped> -#options-panel { - width: 100%; - background-color: var(--color-background); - border: 1px solid var(--color-border); - box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); - padding: 1rem; - height: 100%; -} -</style>
\ No newline at end of file |
