[TItemCard] 로고 제거 및 TItemCard 적용

- TItemCard 로고제거 및 스타일수정
 - 포지션 앱솔 걸수없을때 처리추가.
 - homepanel popularshow titemcard적용.
 - categorypanel showlist부분 로고 제거.
This commit is contained in:
junghoon86.park
2024-02-21 11:09:54 +09:00
parent 9e562c9938
commit e2531cff7f
6 changed files with 23 additions and 85 deletions

View File

@@ -199,7 +199,14 @@
box-sizing: border-box;
.focused(@boxShadow: 22px, @borderRadius: 12px);
}
&.nonPosition {
&:focus {
position: unset;
border: 4px solid @PRIMARY_COLOR_RED;
box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5);
border-radius: 12px;
}
}
.imageWrap {
> img {
.size(@w: 100%, @h: 288px);
@@ -214,17 +221,6 @@
.size(@w: 510px, @h: 61px);
display: flex;
.logo {
.size(@w: 60px, @h: 60px);
margin-right: 12px;
> img {
width: 100%;
height: 100%;
object-fit: cover;
}
}
.title {
width: calc(100% - 72px);
.elip(@clamp: 2);