[TV앱테스트]Home / Top / 독일 Today's Deals 3줄로 표시됨

[CLM]https://harmony.lge.com:8443/issue/browse/SHOPTIME-3254
 
[DESC]
 -  de 클래스 추가하여 스타일 추가.
This commit is contained in:
junghoon86.park
2024-08-08 17:40:46 +09:00
parent 154cc4e3eb
commit 0b4d619ee8
2 changed files with 14 additions and 0 deletions

View File

@@ -574,6 +574,7 @@ export default function RandomUnit({
css.itemBox,
css.todaysDeals,
countryCode === "RU" ? css.ru : "",
countryCode === "DE" ? css.de : "",
isHorizontal && css.isHorizontal
)}
onClick={todayDealClick}

View File

@@ -87,6 +87,16 @@
}
}
}
&.de {
.productInfo {
.todaysDealTitle {
font-size: 59px;
line-height: 63px;
font-family: @arialFontBold;
letter-spacing: -1px;
}
}
}
.productInfo {
margin-bottom: 33px;
.todaysDealTitle {
@@ -110,11 +120,14 @@
margin-bottom: 6px;
}
.accBox {
width: 100%;
text-align: center;
font-weight: bold;
font-size: 42px;
color: @PRIMARY_COLOR_RED;
line-height: 1.14;
display: inline-block;
.elip(@clamp:1);
> strong {
width: 260px;
font-size: 30px;