Files
web-temp/layers/components/layouts/PromotionHeader.vue
2025-11-13 19:49:28 +09:00

14 lines
254 B
Vue

<script setup lang="ts"></script>
<template>
<header class="header">
<BlocksStoveGnbNew class="h-[48px]" />
</header>
</template>
<style scoped>
.header {
@apply bg-theme-foreground text-theme-foreground-reversal relative z-[200];
}
</style>