[TV앱테스트]Home / Top / 독일 Today's Deals 3줄로 표시됨
[CLM]https://harmony.lge.com:8443/issue/browse/SHOPTIME-3254 [DESC] - de 클래스 추가하여 스타일 추가.
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user