From 7bd6ed5a7a3bb1cc118a19a77cc122a2bd3d5455 Mon Sep 17 00:00:00 2001 From: mahdi Date: Mon, 16 May 2022 17:50:27 +0430 Subject: [PATCH] update 2 files and delete 4 files --- src/components/CardDesgin/CardTrelloDesign/index.js | 2 +- .../{ => MiniComponents}/CircleInCircle/index.js | 0 src/components/MiniComponents/index.js | 2 ++ .../contactInfoSection/ContactInfoSection.css | 10 ---------- .../contactInfoSection/ContactInfoSection.css.map | 9 --------- .../contactInfoSection/ContactInfoSection.scss | 0 6 files changed, 3 insertions(+), 20 deletions(-) rename src/components/{ => MiniComponents}/CircleInCircle/index.js (100%) delete mode 100644 src/components/contactInfoSection/ContactInfoSection.css delete mode 100644 src/components/contactInfoSection/ContactInfoSection.css.map delete mode 100644 src/components/contactInfoSection/ContactInfoSection.scss diff --git a/src/components/CardDesgin/CardTrelloDesign/index.js b/src/components/CardDesgin/CardTrelloDesign/index.js index 4744218..0ac45fc 100644 --- a/src/components/CardDesgin/CardTrelloDesign/index.js +++ b/src/components/CardDesgin/CardTrelloDesign/index.js @@ -1,6 +1,6 @@ import React from "react"; import Button from "../../ButtonDesign/Button"; -import CircleInCircle from "../../CircleInCircle"; +import CircleInCircle from "../../MiniComponents/CircleInCircle"; import TagDesign1 from "../../Tag/TagDesign1"; import AnimatedProgressBar1 from "../../ProgressBar/AnimatedProgressbar1"; import ProfilePicNextToEachOther from "../../ProfilePicNextToEachOther"; diff --git a/src/components/CircleInCircle/index.js b/src/components/MiniComponents/CircleInCircle/index.js similarity index 100% rename from src/components/CircleInCircle/index.js rename to src/components/MiniComponents/CircleInCircle/index.js diff --git a/src/components/MiniComponents/index.js b/src/components/MiniComponents/index.js index b66a9e7..61de5a7 100644 --- a/src/components/MiniComponents/index.js +++ b/src/components/MiniComponents/index.js @@ -7,6 +7,7 @@ import Avatar from "./Avatar"; import BookDesign from "./BookDesign"; import BreadCrumb from "./BreadCrumb"; import CancleIcon from "./CancleIcon"; +import CircleInCircle from "./CircleInCircle"; function MiniComponents() { const list = { @@ -17,6 +18,7 @@ function MiniComponents() { 5: , 6: , 7: , + 7: , }; const [type, setType] = useState(1); diff --git a/src/components/contactInfoSection/ContactInfoSection.css b/src/components/contactInfoSection/ContactInfoSection.css deleted file mode 100644 index 391847e..0000000 --- a/src/components/contactInfoSection/ContactInfoSection.css +++ /dev/null @@ -1,10 +0,0 @@ -.customer-support { - -webkit-transition: all 0.4s; - transition: all 0.4s; -} - -.customer-support:hover { - -webkit-transform: translateY(-7px) !important; - transform: translateY(-7px) !important; -} -/*# sourceMappingURL=ContactInfoSection.css.map */ \ No newline at end of file diff --git a/src/components/contactInfoSection/ContactInfoSection.css.map b/src/components/contactInfoSection/ContactInfoSection.css.map deleted file mode 100644 index 8d44574..0000000 --- a/src/components/contactInfoSection/ContactInfoSection.css.map +++ /dev/null @@ -1,9 +0,0 @@ -{ - "version": 3, - "mappings": "AAAA,AAAA,iBAAiB,CAAC;EAChB,UAAU,EAAE,QAAQ;CACrB;;AACD,AAAA,iBAAiB,AAAA,MAAM,CAAC;EACtB,SAAS,EAAE,gBAAgB,CAAC,UAAU;CACvC", - "sources": [ - "ContactInfoSection.scss" - ], - "names": [], - "file": "ContactInfoSection.css" -} \ No newline at end of file diff --git a/src/components/contactInfoSection/ContactInfoSection.scss b/src/components/contactInfoSection/ContactInfoSection.scss deleted file mode 100644 index e69de29..0000000