aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/components/global/ConfirmPrompt.vue
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-01-22 01:42:43 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-01-22 01:42:43 -0500
commit32553068b151712100826b6de6b0c68f7f46f9cc (patch)
treeb1e2c5203aaf2c7e8f4c44c6f4a9886c39756072 /front-end/src/components/global/ConfirmPrompt.vue
parenta44f7b7dc089776a7817cf077b3f3ae3db7fc22e (diff)
remove unused code, fix ci license file issue
Diffstat (limited to 'front-end/src/components/global/ConfirmPrompt.vue')
-rw-r--r--front-end/src/components/global/ConfirmPrompt.vue13
1 files changed, 1 insertions, 12 deletions
diff --git a/front-end/src/components/global/ConfirmPrompt.vue b/front-end/src/components/global/ConfirmPrompt.vue
index c8dc944..24d3b9c 100644
--- a/front-end/src/components/global/ConfirmPrompt.vue
+++ b/front-end/src/components/global/ConfirmPrompt.vue
@@ -22,7 +22,6 @@ onClickOutside(dialog, () => isRevealed.value ? cancel() : null)
//Set message on reveal
onReveal(m => message.value = defaultTo(m, {}));
-
</script>
<template>
<!-- Main modal -->
@@ -52,14 +51,4 @@ onReveal(m => message.value = defaultTo(m, {}));
</template>
</Dialog>
-</template>
-
-<style scoped lang="scss">
-.modal-entry{
- @apply hidden overflow-y-auto overflow-x-hidden fixed top-0 right-0 left-0 z-50 justify-center items-center w-full md:inset-0 h-[calc(100%-1rem)] max-h-full;
-}
-
-.modal-content-container{
- @apply text-gray-400 bg-transparent hover:bg-gray-200 hover:text-gray-900 rounded-lg text-sm w-8 h-8 ms-auto inline-flex justify-center items-center dark:hover:bg-gray-600 dark:hover:text-white;
-}
-</style> \ No newline at end of file
+</template> \ No newline at end of file