[251217] fix: LiveChannelContents.jsx 아이템포커스 테두리 수정
🕐 커밋 시간: 2025. 12. 17. 20:02:01 📊 변경 통계: • 총 파일: 2개 📝 수정된 파일: ~ com.twin.app.shoptime/src/style/utils.module.less ~ com.twin.app.shoptime/src/views/PlayerPanel/PlayerItemCard/PlayerItemCard.v2.module.less 🔧 주요 변경 내용: • 공통 유틸리티 함수 최적화
This commit is contained in:
@@ -10,7 +10,6 @@
|
|||||||
.position(@position: absolute, @top: 0, @left: 0, @right: 0, @bottom: 0);
|
.position(@position: absolute, @top: 0, @left: 0, @right: 0, @bottom: 0);
|
||||||
z-index: 19;
|
z-index: 19;
|
||||||
border: 4px solid @PRIMARY_COLOR_RED;
|
border: 4px solid @PRIMARY_COLOR_RED;
|
||||||
box-shadow: 0 0 @boxShadow 0 rgba(0, 0, 0, 0.5);
|
|
||||||
border-radius: @borderRadius;
|
border-radius: @borderRadius;
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -167,8 +167,8 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
border: 4px solid @PRIMARY_COLOR_RED;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
box-shadow: 0 0 22px @PRIMARY_COLOR_RED;
|
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -298,8 +298,8 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
border: 4px solid @PRIMARY_COLOR_RED;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
box-shadow: 0 0 22px @PRIMARY_COLOR_RED;
|
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user