From 86b077e1b881155edc6d3a8835c0f7ba64f0c6b1 Mon Sep 17 00:00:00 2001 From: jangheon Pyo Date: Fri, 28 Jun 2024 15:25:44 +0900 Subject: [PATCH] =?UTF-8?q?[video]=20call=20to=20order=20style=20=EC=A1=B0?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../VideoOverlayWithPhoneNumber.module.less | 4 ---- .../src/components/VideoPlayer/VideoPlayer.module.less | 2 -- 2 files changed, 6 deletions(-) diff --git a/com.twin.app.shoptime/src/components/VideoOverlayWithPhoneNumber/VideoOverlayWithPhoneNumber.module.less b/com.twin.app.shoptime/src/components/VideoOverlayWithPhoneNumber/VideoOverlayWithPhoneNumber.module.less index c879ec7f..70c71d7e 100644 --- a/com.twin.app.shoptime/src/components/VideoOverlayWithPhoneNumber/VideoOverlayWithPhoneNumber.module.less +++ b/com.twin.app.shoptime/src/components/VideoOverlayWithPhoneNumber/VideoOverlayWithPhoneNumber.module.less @@ -2,8 +2,6 @@ @import "../../style/utils.module.less"; .callBox { - width: 250px; - height: 106px; .flex(@direction: column, @alignCenter: flex-start); padding: 8px 8px 10px 14px; border-radius: 10px; @@ -19,8 +17,6 @@ .flex(); font-size: 14px; font-weight: 600; - width: 102px; - height: 35px; border-radius: 2px; background-color: #606060; margin-bottom: 6px; diff --git a/com.twin.app.shoptime/src/components/VideoPlayer/VideoPlayer.module.less b/com.twin.app.shoptime/src/components/VideoPlayer/VideoPlayer.module.less index c19190a4..e29ed783 100644 --- a/com.twin.app.shoptime/src/components/VideoPlayer/VideoPlayer.module.less +++ b/com.twin.app.shoptime/src/components/VideoPlayer/VideoPlayer.module.less @@ -55,8 +55,6 @@ } .videoOverlayWithPhoneNumber { - width: 250px; - height: 106px; font-size: 29px; bottom: 64px; left: 18px;