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

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

@@ -986,7 +986,6 @@
.couponPopup .coupon-list {
display: flex;
flex-direction: column;
gap: 0.5rem;
overflow: hidden;
overflow-y: auto;
max-height: 59vh;
@@ -1121,6 +1120,11 @@
flex-shrink: 0;
border-left: 1px dashed #dedede;
}
@media (min-width: 768px) {
.couponPopup .coupon-list .coupon-item .icon-check {
width: 16rem;
}
}
@media (min-width: 768px) {
.couponPopup .popInner {
max-width: 76rem;

File diff suppressed because one or more lines are too long

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;
}
}
}
}