워터마크 추가

This commit is contained in:
2025-08-04 21:40:25 +09:00
parent f24a5a7f3f
commit 1206ee4261
15 changed files with 74 additions and 53 deletions

View File

@@ -1131,10 +1131,11 @@
.icon-check {
display: flex;
width: 5rem;
background: url("../images/common/coupon_check.png") no-repeat center / 2.8rem auto;
width: 4.4rem;
background: url("../images/common/coupon_check.png") no-repeat center / 2.2rem auto;
flex-shrink: 0;
border-left: 1px dashed #dedede;
border-radius: 0 0.8rem 0.8rem 0;
@include tablet {
width: 16rem;
}