feat: Initialize core frontend application structure, including layouts, authentication pages, and common UI components.

This commit is contained in:
supalerk-ar66 2026-01-26 09:27:31 +07:00
parent ae84e7e879
commit 69eb60f901
16 changed files with 1178 additions and 1396 deletions

View file

@ -82,13 +82,11 @@ onMounted(() => {
</template>
<style scoped>
/* Fixed header to stay on top */
/* Header content */
.landing-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 100;
transition: all 0.3s ease;
}
/* Glassmorphism Effect for Scrolled Header */