From b814d259390b74fcbc672f306f54d455faa40f03 Mon Sep 17 00:00:00 2001 From: mahdi andalib Date: Sat, 2 Apr 2022 23:04:13 +0430 Subject: [PATCH] update --- src/App.js | 16 +- src/components/ButtonNewDesign/index.js | 5 +- src/components/CancleIcon/index.js | 22 +++ .../CancleIcon/pink-cancle-icon.svg | 6 + src/components/OutlineInput/index.js | 44 +++++ src/components/OutlineSpan/index.js | 48 +++++ src/components/OutlineTextarea/index.js | 31 ++++ src/components/PopupCard/document-cloud.svg | 13 ++ src/components/PopupCard/index.js | 172 +++++++++++++----- src/components/PopupCard/plus.svg | 3 + .../images/profilePic1.svg | 8 + .../images/profilePic2.svg | 8 + .../images/profilePic3.svg | 8 + .../images/profilePic4.svg | 8 + .../images/profilePic5.svg | 8 + .../ProfilePicNextToEachOther/index.js | 44 +++++ 16 files changed, 386 insertions(+), 58 deletions(-) create mode 100644 src/components/CancleIcon/index.js create mode 100644 src/components/CancleIcon/pink-cancle-icon.svg create mode 100644 src/components/OutlineInput/index.js create mode 100644 src/components/OutlineSpan/index.js create mode 100644 src/components/OutlineTextarea/index.js create mode 100644 src/components/PopupCard/document-cloud.svg create mode 100644 src/components/PopupCard/plus.svg create mode 100644 src/components/ProfilePicNextToEachOther/images/profilePic1.svg create mode 100644 src/components/ProfilePicNextToEachOther/images/profilePic2.svg create mode 100644 src/components/ProfilePicNextToEachOther/images/profilePic3.svg create mode 100644 src/components/ProfilePicNextToEachOther/images/profilePic4.svg create mode 100644 src/components/ProfilePicNextToEachOther/images/profilePic5.svg create mode 100644 src/components/ProfilePicNextToEachOther/index.js diff --git a/src/App.js b/src/App.js index 7aa2f4f..b25cb7f 100644 --- a/src/App.js +++ b/src/App.js @@ -77,7 +77,7 @@ function App() { {/* */} {/* */} {/* */} - + {/* */} {/* */} {/* */} {/* */} @@ -88,17 +88,17 @@ function App() { {/* */} {/* */} {/* */} - + {/* */} {/* */} {/* */} - + {/* */} {/* */} {/* */} {/* */} {/* */} {/* */} {/* */} - {/* */} + {/* */} {/* */} {/* */} @@ -107,8 +107,8 @@ function App() { {/* */} {/* */} {/* */} - - + {/* */} + {/* */} {/* */} {/* */} {/*
@@ -120,14 +120,14 @@ function App() {
*/} {/* */} {/* */} - + {/* */} {/* */} {/* */} {/* */} {/* */} {/* */} {/* */} - + {/* */} {/* */} {/* */} {/* */} diff --git a/src/components/ButtonNewDesign/index.js b/src/components/ButtonNewDesign/index.js index 9b91aa4..019a764 100644 --- a/src/components/ButtonNewDesign/index.js +++ b/src/components/ButtonNewDesign/index.js @@ -16,6 +16,7 @@ const ButtonNewDesign = ({ buttonIcon, text, onClick, + iconMarginRight, }) => { return (