aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/components/global/PasswordPrompt.vue
diff options
context:
space:
mode:
Diffstat (limited to 'front-end/src/components/global/PasswordPrompt.vue')
-rw-r--r--front-end/src/components/global/PasswordPrompt.vue12
1 files changed, 1 insertions, 11 deletions
diff --git a/front-end/src/components/global/PasswordPrompt.vue b/front-end/src/components/global/PasswordPrompt.vue
index a9a5fca..d638c71 100644
--- a/front-end/src/components/global/PasswordPrompt.vue
+++ b/front-end/src/components/global/PasswordPrompt.vue
@@ -105,14 +105,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