[SHOPTIME-3045] Player / 우측 하단 시간 표시가 PC와 다르게 정렬이 틀어짐
1. Times.module.less - 원인: font-family 미적용으로 인한 position 뒤틀림 - 대책: font-family 적용
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
// Times.module.less
|
||||
//
|
||||
@import "~@enact/sandstone/styles/variables.less";
|
||||
@import "~@enact/sandstone/styles/mixins.less";
|
||||
@import "../../style/utils.module.less";
|
||||
@import "../../style/CommonStyle.module.less";
|
||||
|
||||
.times {
|
||||
position: absolute;
|
||||
font-family: "LGSmartUI";
|
||||
font-family: @baseFont;
|
||||
width: 100%;
|
||||
top: 22px;
|
||||
right: 30px;
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
line-height: 30px;
|
||||
@@ -15,12 +16,13 @@
|
||||
|
||||
.separator {
|
||||
position: absolute;
|
||||
right: 113px;
|
||||
right: 110px;
|
||||
}
|
||||
.currentTime {
|
||||
position: absolute;
|
||||
right: 140px;
|
||||
}
|
||||
|
||||
> * {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user