diff --git a/com.twin.app.shoptime/src/views/DetailPanel/layout/ItemImage.module.less b/com.twin.app.shoptime/src/views/DetailPanel/layout/ItemImage.module.less deleted file mode 100644 index 9d7e6949..00000000 --- a/com.twin.app.shoptime/src/views/DetailPanel/layout/ItemImage.module.less +++ /dev/null @@ -1,43 +0,0 @@ -@import '../../../style/CommonStyle.module.less'; -@import "../../../style/utils.module.less"; - -.Wrap { - padding-left: 120px; - .size(@w: 894px, @h: 930px); - .thumbnail { - .size(@w: 560px, @h: 560px); - border: solid 1px #dadada; - background-color: #fff; - margin: 30px 10px 10px 0 ; - } - - .order { - .font(@fontFamily: @baseFontBold, @fontSize: 30px); - .size(@w: 560px, @h: 68px); - display: flex; - justify-content: space-between; - line-height: 68px; - background-color: #f2f2f2; - - > div { - padding: 0 33px 0 30px; - } - } - .icon { - display: flex; - > span { - .size(@w: 42px, @h: 42px); - background-image: url("../../../../assets/icon/ic-gr-call.svg"); - background-size: cover; - background-position: center; - - margin: 13px 0 0 4px ; - } - } - - .indicator{ - // display: flex; - - } - -} diff --git a/com.twin.app.shoptime/src/views/DetailPanel/layout/OptionList.jsx b/com.twin.app.shoptime/src/views/DetailPanel/layout/OptionList.jsx deleted file mode 100644 index ab19f507..00000000 --- a/com.twin.app.shoptime/src/views/DetailPanel/layout/OptionList.jsx +++ /dev/null @@ -1,10 +0,0 @@ -import React from "react"; - -import Spottable from "@enact/spotlight/Spottable"; - -import css from "./OptionList.module.less"; - -const SpottableComponent = Spottable("div"); -export default function OptionList() { - return ; -} diff --git a/com.twin.app.shoptime/src/views/DetailPanel/layout/OptionList.module.less b/com.twin.app.shoptime/src/views/DetailPanel/layout/OptionList.module.less deleted file mode 100644 index d50b70e4..00000000 --- a/com.twin.app.shoptime/src/views/DetailPanel/layout/OptionList.module.less +++ /dev/null @@ -1,7 +0,0 @@ -@import '../../../style/CommonStyle.module.less'; -@import '../../../style/utils.module.less'; - -.Wrap { - .size(@w: 1026px, @h: 930px); - background-color: #f8f8f8; -} \ No newline at end of file