From c53928104ef1a09690a9c9b5b92203c989a455da Mon Sep 17 00:00:00 2001 From: sabuj hasan sarker Date: Wed, 10 Jun 2020 22:27:59 +0600 Subject: [PATCH] add icon --- src/App.js | 1 + src/components/sideBar/rightSide/RightSide.js | 8 ++++++++ src/index.css | 15 +++++++++++++++ 3 files changed, 24 insertions(+) diff --git a/src/App.js b/src/App.js index 6065aee..5232c85 100644 --- a/src/App.js +++ b/src/App.js @@ -45,6 +45,7 @@ const App = () => { )}
+ {toggle === "right" && (
setToggle()}> { const { setCv, cv } = useContext(DataContext); return (
+
+ + + setCv("sabuj")} diff --git a/src/index.css b/src/index.css index de822e2..665cb3c 100644 --- a/src/index.css +++ b/src/index.css @@ -117,6 +117,12 @@ img.cv_img { word-break: break-all; width: 170px; } +img.icon_img { + width: 45px; + display: flex; + float: right; + margin-right: 20px; +} img.printer_img { position: fixed; top: 50%; @@ -225,6 +231,15 @@ p { width: unset; display: block; } + img.icon_img { + width: 45px; + display: flex; + float: right; + margin-right: 20px; + display: block; + float: none; + margin-bottom: 20px; + } } .leftOpen {