[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);

View File

@@ -25,13 +25,13 @@
// top part (live info)
> div:nth-child(1) {
.flex(@justifyCenter: flex-start);
gap: 12px;
width: 100%;
padding: 18px;
color: @COLOR_WHITE;
img {
.size(@w: 108px, @h: 48px);
margin-right: 12px;
}
div {

View File

@@ -4,7 +4,7 @@
.container {
padding-left: 60px;
h3 {
> h3 {
.font(@fontFamily: @arialFontBold, @fontSize: 36px);
color: @COLOR_GRAY08;
}
@@ -26,7 +26,7 @@
&.listContainer {
margin-bottom: 14px;
h3 {
> h3 {
margin-bottom: -4px;
}
@@ -39,7 +39,7 @@
&.gridContainer {
margin-bottom: 36px;
h3 {
> h3 {
margin-bottom: 18px;
}

View File

@@ -33,7 +33,7 @@
color: @PRIMARY_COLOR_RED;
}
h3 {
> h3 {
margin-bottom: 15px;
.font(@fontFamily: @baseFontBold, @fontSize: 30px);
color: @COLOR_GRAY06;