layout 폴더 삭제
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -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 <SpottableComponent className={css.Wrap}></SpottableComponent>;
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
@import '../../../style/CommonStyle.module.less';
|
||||
@import '../../../style/utils.module.less';
|
||||
|
||||
.Wrap {
|
||||
.size(@w: 1026px, @h: 930px);
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
Reference in New Issue
Block a user