Skip to content

Commit a4b4dc8

Browse files
removed unnecessary assets
1 parent 8562a4b commit a4b4dc8

File tree

9 files changed

+11
-14
lines changed

9 files changed

+11
-14
lines changed

β€Žmicrofrontends/SignDocuments/src/Component/component/emailComponent.jsβ€Ž

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import React, { useState } from "react";
22
import { saveAs } from "file-saver";
33
import celebration from "../../assests/newCeleb.gif";
4-
import close from "../../assests/close.png";
54
import Modal from "react-bootstrap/Modal";
65
import ModalHeader from "react-bootstrap/esm/ModalHeader";
76
import axios from "axios";
@@ -297,16 +296,18 @@ function EmailComponent({
297296
>
298297
{data}
299298
</span>
300-
301-
<img
302-
alt="print img"
299+
<span
300+
style={{
301+
color: "white",
302+
fontSize: 13,
303+
fontWeight: 600,
304+
marginLeft: 7,
305+
cursor: "pointer"
306+
}}
303307
onClick={() => removeChip(ind)}
304-
src={close}
305-
width={10}
306-
height={10}
307-
style={{ fontWeight: "600", marginLeft: "7px" }}
308-
className="emailChipClose"
309-
/>
308+
>
309+
<i className="fa-solid fa-xmark"></i>
310+
</span>
310311
</div>
311312
);
312313
})}
-324 Bytes
Binary file not shown.
-259 Bytes
Binary file not shown.
-272 Bytes
Binary file not shown.
-2.3 KB
Binary file not shown.
-7.43 KB
Binary file not shown.
-208 Bytes
Binary file not shown.
-7.86 KB
Binary file not shown.

β€Žmicrofrontends/SignDocuments/src/css/signature.cssβ€Ž

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,6 @@
110110
padding: 5px 10px;
111111
}
112112

113-
.emailChipClose:hover {
114-
cursor: pointer;
115-
}
116-
117113
.addEmailInput {
118114
padding: 10px;
119115
border-radius: 4px;

0 commit comments

Comments
Β (0)