쿠폰 작업 - 이미지 오타 완료
This commit is contained in:
@@ -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
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user