[SHOPTIME-3507] Featured Brand / New 아이콘 표시 오류

변경 파일:
1. QuickMenuItem.module.less

변경 내용:
1. new badge, z-index 수정
This commit is contained in:
younghoon100.park
2024-08-29 14:30:03 +09:00
parent 3343066149
commit b8aa0e28d5

View File

@@ -5,7 +5,7 @@
position: relative;
.flex();
.size(@w: 144px, @h: 144px);
// margin: 0 9px;
> div {
position: relative;
// partner logo
@@ -16,7 +16,7 @@
// new
> div {
.position(@position: absolute, @top:6px, @right: 0);
z-index: 10;
z-index: 30;
padding: 6px;
border-radius: 6px;
background-color: #f00;