[상품상세] 폰트수정
- 글자크기가 디자인과 맞지 않아 이부분 수정.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
@import "../../../../../style/CommonStyle.module.less";
|
@import '../../../../../style/CommonStyle.module.less';
|
||||||
@import "../../../../../style/utils.module.less";
|
@import '../../../../../style/utils.module.less';
|
||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
}
|
}
|
||||||
.name {
|
.name {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 36px;
|
font-size: 30px;
|
||||||
color: @COLOR_WHITE;
|
color: @COLOR_WHITE;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
.btmLayer2 {
|
.btmLayer2 {
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user