[FeaturedBrandsPanel, Components] FeaturedBrandsPanel & TItemCard, Chorome38 style issue 수정

Detail Notes :

1. TItemCard, horizontal type, h3 수정
2. LiveVideoCard, live-tag와 contents사이의 간격 없는 문제 수정
3. 선택자 수정
This commit is contained in:
younghoon100.park
2024-03-11 15:13:02 +09:00
parent 0870ba07c7
commit f7ea34bf16
4 changed files with 7 additions and 7 deletions

View File

@@ -52,7 +52,7 @@
width: 404px;
padding: 12px 0;
h3 {
> h3 {
.font(@fontFamily: @baseFontBold, @fontSize: 24px);
color: @COLOR_GRAY06;
.elip(@clamp:2);
@@ -133,7 +133,7 @@
.flex(@direction: column, @alignCenter: flex-start);
flex-grow: 1;
h3 {
> h3 {
height: 60px;
margin-bottom: 6px;
.font(@fontFamily: @baseFontBold, @fontSize: 24px);