쿠폰 작업 - 이미지 오타 완료

This commit is contained in:
2025-07-15 21:22:57 +09:00
parent fc0eaf5b14
commit 584c63a3a6
3 changed files with 9 additions and 3 deletions

View File

@@ -988,7 +988,6 @@
.coupon-list {
display: flex;
flex-direction: column;
gap: 0.5rem;
overflow: hidden;
overflow-y: auto;
max-height: 59vh;
@@ -1136,6 +1135,9 @@
background: url("../images/common/coupon_check.png") no-repeat center / 2.8rem auto;
flex-shrink: 0;
border-left: 1px dashed #dedede;
@include tablet {
width: 16rem;
}
}
}
}