[homepanel]가로버전 폰트 관련 수정

- 타이틀 부분 가로 버전 추가건.
This commit is contained in:
junghoon86.park
2024-08-21 18:25:25 +09:00
parent 73c53b55ee
commit 90cdb30dd6
2 changed files with 36 additions and 0 deletions

View File

@@ -163,6 +163,24 @@
> div {
flex: none;
}
&.ru {
.productInfo {
.todaysDealTitle {
font-size: 58px;
line-height: 60px;
font-family: @arialFontBold;
}
}
}
&.de {
.productInfo {
.todaysDealTitle {
font-size: 60px !important;
line-height: 63px !important;
letter-spacing: -1px !important;
}
}
}
.productInfo {
margin-bottom: 0;
.todaysDealTitle {

View File

@@ -167,6 +167,24 @@
> div {
flex: none;
}
&.ru {
.productInfo {
.todaysDealTitle {
font-size: 58px;
line-height: 60px;
font-family: @arialFontBold;
}
}
}
&.de {
.productInfo {
.todaysDealTitle {
font-size: 60px !important;
line-height: 63px !important;
letter-spacing: -1px !important;
}
}
}
.productInfo {
margin-bottom: 0;
.todaysDealTitle {