From fcaa9209951a13f2d42ef00a562453b9b41f14b8 Mon Sep 17 00:00:00 2001 From: clkim Date: Fri, 14 Nov 2025 10:06:30 +0900 Subject: [PATCH] =?UTF-8?q?fix.=20=ED=94=84=EB=A1=9C=EB=AA=A8=EC=85=98=20?= =?UTF-8?q?=ED=95=B4=EB=8D=94=20=EB=A1=A4=EB=B0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layers/components/blocks/Button/Home.vue | 3 --- layers/components/layouts/EventNavigation.vue | 3 --- layers/components/layouts/Main.vue | 3 --- layers/components/layouts/PromotionHeader.vue | 13 ------------- layers/layouts/promotion.vue | 2 +- 5 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 layers/components/layouts/PromotionHeader.vue diff --git a/layers/components/blocks/Button/Home.vue b/layers/components/blocks/Button/Home.vue index 59264cb..667d0b2 100644 --- a/layers/components/blocks/Button/Home.vue +++ b/layers/components/blocks/Button/Home.vue @@ -23,7 +23,4 @@ const { isPassedStoveGnb } = storeToRefs(scrollStore) .btn-home.is-fixed { @apply fixed; } -.main-promotion .btn-home { - @apply mt-0; -} diff --git a/layers/components/layouts/EventNavigation.vue b/layers/components/layouts/EventNavigation.vue index e3a5fa4..0b4decc 100644 --- a/layers/components/layouts/EventNavigation.vue +++ b/layers/components/layouts/EventNavigation.vue @@ -95,9 +95,6 @@ onMounted(async () => { .event-navigation.is-fixed { @apply fixed; } -.main-promotion .event-navigation { - @apply mt-0; -} .navigation-wrapper { @apply relative h-full p-3 sm:p-5 sm:pr-3 md:p-8 md:pt-6 md:pr-4; diff --git a/layers/components/layouts/Main.vue b/layers/components/layouts/Main.vue index e8ae522..d197463 100644 --- a/layers/components/layouts/Main.vue +++ b/layers/components/layouts/Main.vue @@ -115,9 +115,6 @@ onMounted(() => { .main-content { @apply relative pt-[48px] md:pt-[64px]; } -.main-promotion .main-content { - @apply pt-0; -} .utile-wrap { @apply fixed flex flex-col z-[100] bottom-[12px] right-[12px] gap-2 md:bottom-[40px] md:right-[40px] md:gap-3; diff --git a/layers/components/layouts/PromotionHeader.vue b/layers/components/layouts/PromotionHeader.vue deleted file mode 100644 index a17e862..0000000 --- a/layers/components/layouts/PromotionHeader.vue +++ /dev/null @@ -1,13 +0,0 @@ - - - - - diff --git a/layers/layouts/promotion.vue b/layers/layouts/promotion.vue index 3c426ce..ab85d56 100644 --- a/layers/layouts/promotion.vue +++ b/layers/layouts/promotion.vue @@ -1,7 +1,7 @@