feat: 디자인QA 개선 및 버그 수정

This commit is contained in:
최만억 (Jo)
2025-11-26 06:00:33 +00:00
committed by 김채린
parent 72009d43ca
commit 51ad5f8d2c
3 changed files with 83 additions and 53 deletions

View File

@@ -521,10 +521,6 @@ onMounted(async () => {
@click="handleCouponUse"
>
<span>{{ tm('Coupon_Registration') }}</span>
<AtomsIconsCouponFill
:size="breakpoints.isMobile ? 16 : 20"
color="#FFFFFF"
/>
</AtomsButton>
</div>
@@ -804,7 +800,7 @@ onMounted(async () => {
<style scoped>
/* Button Style */
.btn-period {
@apply border border-solid border-[#D9D9D9] rounded-[0] w-auto h-[40px] px-[16px] before:content-none after:content-none
@apply border border-solid border-[#D9D9D9] rounded-[0] w-auto h-[40px] px-[16px] font-[700] before:content-none after:content-none
transition-all duration-300 ease-in-out
hover:z-[4] hover:!bg-[#FFFFFF] hover:border-[#404040] hover:!text-[#1F1F1F];
}