diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-03-13 18:17:07 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-03-13 18:17:55 +0000 |
| commit | 825d2cadee4ddf34d0dde8c278fc8e8a99e95b95 (patch) | |
| tree | 92be3e83ad6af8aa9d7f8861f8c4cd3d8ae4f486 /pages | |
| parent | ba28c0148cab26fcaf523e84731ffb7c416b3338 (diff) | |
Add export modal
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/import.vue | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pages/import.vue b/pages/import.vue index 31d344d..f977538 100644 --- a/pages/import.vue +++ b/pages/import.vue @@ -14,8 +14,8 @@ const discardSessionModal = ref<InstanceType<typeof LoaderDiscardSessionModal> | </script> <template> - <div id="welcome-container"> - <div id="welcome"> + <div id="import-container"> + <div id="import"> <b id="title">Import quest data</b> <p>Use one of the options below to load quest configuration data.</p> <div id="import-options"> @@ -72,7 +72,7 @@ const discardSessionModal = ref<InstanceType<typeof LoaderDiscardSessionModal> | </template> <style lang="scss" scoped> -#welcome-container { +#import-container { display: flex; justify-content: center; width: 100%; @@ -112,7 +112,7 @@ const discardSessionModal = ref<InstanceType<typeof LoaderDiscardSessionModal> | color: var(--color-false); } -#welcome { +#import { display: flex; flex-direction: column; margin: 3rem 0; |
