From d1f4aa977cc2fd902e299cac2db7bf0f79c27edb Mon Sep 17 00:00:00 2001 From: "younghoon100.park" Date: Mon, 28 Oct 2024 16:42:26 +0900 Subject: [PATCH] =?UTF-8?q?[SHOPTIME-3045]=20Player=20/=20=EC=9A=B0?= =?UTF-8?q?=EC=B8=A1=20=ED=95=98=EB=8B=A8=20=EC=8B=9C=EA=B0=84=20=ED=91=9C?= =?UTF-8?q?=EC=8B=9C=EA=B0=80=20PC=EC=99=80=20=EB=8B=A4=EB=A5=B4=EA=B2=8C?= =?UTF-8?q?=20=EC=A0=95=EB=A0=AC=EC=9D=B4=20=ED=8B=80=EC=96=B4=EC=A7=90=20?= =?UTF-8?q?1.=20Times.module.less=20-=20=EC=9B=90=EC=9D=B8:=20font-family?= =?UTF-8?q?=20=EB=AF=B8=EC=A0=81=EC=9A=A9=EC=9C=BC=EB=A1=9C=20=EC=9D=B8?= =?UTF-8?q?=ED=95=9C=20position=20=EB=92=A4=ED=8B=80=EB=A6=BC=20-=20?= =?UTF-8?q?=EB=8C=80=EC=B1=85:=20font-family=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/MediaPlayer/Times.module.less | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/com.twin.app.shoptime/src/components/MediaPlayer/Times.module.less b/com.twin.app.shoptime/src/components/MediaPlayer/Times.module.less index 4a303b4a..c43a82b5 100644 --- a/com.twin.app.shoptime/src/components/MediaPlayer/Times.module.less +++ b/com.twin.app.shoptime/src/components/MediaPlayer/Times.module.less @@ -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; }