Files
shoptime/com.twin.app.shoptime/src/views/HomePanel/PopularShow/PopularShow.module.less
junghoon86.park 43c5716873 [Homepanel] style 수정
- 각페이지별 스타일 수정
2024-02-13 11:25:46 +09:00

23 lines
435 B
Plaintext

@import "../../../style/CommonStyle.module.less";
.popularShow {
padding: 0px 0px 60px 60px;
overflow: hidden;
.subTitle {
border-left: 6px solid @PRIMARY_COLOR_RED;
padding-left: 12px;
box-sizing: border-box;
color: #1a1a1a;
font-weight: bold;
font-family: "LGSmartUIBold";
font-size: 42px;
}
.showList {
padding-top: 20px;
display: flex;
overflow: hidden;
height: 438px;
}
}