[상품 상세]
- 글자 폰트 변경 및 노출관련하여 margin을 Padding으로 변경.
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
}
|
}
|
||||||
.name {
|
.name {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 36px;
|
font-size: 30px;
|
||||||
color: @COLOR_GRAY07;
|
color: @COLOR_GRAY07;
|
||||||
}
|
}
|
||||||
.btmLayer {
|
.btmLayer {
|
||||||
@@ -188,9 +188,9 @@
|
|||||||
.productNm {
|
.productNm {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 36px;
|
font-size: 38px;
|
||||||
color: @COLOR_WHITE;
|
color: @COLOR_WHITE;
|
||||||
flex:none;
|
flex:none;
|
||||||
.elip(2);
|
.elip(2);
|
||||||
margin-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user