[components] TItemCard, css 수정

Detail Notes :

1. videoShow tyep, imageWrap -1px
This commit is contained in:
younghoon100.park
2024-03-26 15:04:41 +09:00
parent a30be75e09
commit 4d081a742e

View File

@@ -228,6 +228,7 @@
.focused(@boxShadow: 22px, @borderRadius: 12px); .focused(@boxShadow: 22px, @borderRadius: 12px);
} }
} }
&.nonPosition { &.nonPosition {
&:focus { &:focus {
&::after { &::after {
@@ -235,8 +236,9 @@
} }
} }
} }
.imageWrap { .imageWrap {
.size(@w: 100%, @h: 288px); .size(@w: 509px, @h: 287px);
> img { > img {
.size(@w: inherit, @h: inherit); .size(@w: inherit, @h: inherit);
@@ -287,7 +289,7 @@
.imageWrap { .imageWrap {
flex: none; flex: none;
.size(@w: 228px, @h: 402px); .size(@w: 227px, @h: 401px);
> img { > img {
.size(@w: inherit, @h: inherit); .size(@w: inherit, @h: inherit);