feat: add ripple effect, update theme styles and layout

This commit is contained in:
2026-02-26 22:57:03 +00:00
parent bdbb561740
commit 12a4130c38
13 changed files with 1028 additions and 12 deletions

View File

@@ -0,0 +1,15 @@
<script setup>
</script>
<template>
<div class="passwords-tool">
<h2>Passwords Generator</h2>
<p>This is the passwords generator tool (work in progress).</p>
</div>
</template>
<style scoped>
.passwords-tool {
padding: 1rem;
}
</style>