Skip to content

Commit 482b75c

Browse files
authored
Merge pull request #869 from OpenSignLabs/raktima-opensignlabs-patch-10
2 parents fea174c + cdff7e2 commit 482b75c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+31687
-2364
lines changed

apps/OpenSign/public/css/fonts.css

Lines changed: 28470 additions & 0 deletions
Large diffs are not rendered by default.

apps/OpenSign/public/index.html

Lines changed: 3 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,20 @@
11
<!DOCTYPE html>
22
<html lang="en" data-theme="opensigncss">
3-
43
<head>
54
<meta charset="utf-8" />
65
<link rel="icon" href="/favicon.ico" />
7-
<!-- <link rel="icon" type="image/png"
8-
href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAALlJREFUaEPtmN0NwjAMBpNxYDKYiM1Yp90g93CKStH1NbIdfz921Dker2Pc+Js1cDF7MXAxASMGYkAigBI6vh9ZwoXP53uZoAYcvhwdA3mAVbI2aSb+9zFKU4IURB6j/HoPUIEa2G3iGIAhQQDlAUIoE2diabIklISS0NoFPebo77RF6OenEF3QntOm128he0GKrwHyACFoz2MgBqSGkpAEcHs47oHtN5AFakACqMNjQEMoE8SABFCHn4HE2zGHSLeEAAAAAElFTkSuQmCC"
9-
sizes="40x40" /> -->
10-
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
117
<meta name="theme-color" content="#000000" />
128
<meta name="description" content="The fastest way to sign PDFs & request signatures from others" />
139
<!-- <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> -->
14-
<!--
15-
manifest.json provides metadata used when your web app is installed on a
16-
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
17-
-->
18-
<link rel="manifest" href="/manifest.json" />
19-
<!--
20-
Notice the use of %PUBLIC_URL% in the tags above.
21-
It will be replaced with the URL of the `public` folder during the build.
22-
Only files inside the `public` folder can be referenced from the HTML.
2310

24-
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
25-
work correctly both with client-side routing and a non-root public URL.
26-
Learn how to configure a non-root public URL by running `npm run build`.
27-
-->
28-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
29-
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
30-
crossorigin="anonymous" referrerpolicy="no-referrer" />
11+
<link rel="manifest" href="/manifest.json" />
3112
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
3213
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous" />
33-
14+
<link rel="stylesheet" href="/css/fonts.css" />
3415
<title>OpenSign™</title>
3516
</head>
36-
3717
<body>
38-
<noscript>You need to enable JavaScript to run this app.</noscript>
3918
<div id="root"></div>
40-
41-
<!--
42-
This HTML file is a template.
43-
If you open it directly in the browser, you will see an empty page.
44-
45-
You can add webfonts, meta tags, or analytics to this file.
46-
The build step will place the bundled scripts into the <body> tag.
47-
48-
To begin the development, run `npm start` or `yarn start`.
49-
To create a production bundle, use `npm run build` or `yarn build`.
50-
-->
5119
</body>
52-
5320
</html>
206 KB
Binary file not shown.
116 KB
Binary file not shown.
1.22 MB
Binary file not shown.
450 KB
Binary file not shown.
7.6 KB
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

apps/OpenSign/src/components/BulkSendUi.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ const BulkSendUi = (props) => {
205205
onClick={() => handleRemoveForm(index)}
206206
className="absolute right-3 top-1 text-[red] border-[1px] border-[red] rounded-lg w-[1.7rem] h-[1.7rem]"
207207
>
208-
<i className="fa-solid fa-trash"></i>
208+
<i className="fa-light fa-trash"></i>
209209
</button>
210210
)}
211211
<div ref={formRef}></div>
@@ -217,13 +217,13 @@ const BulkSendUi = (props) => {
217217
onClick={handleAddForm}
218218
className="op-btn op-btn-primary focus:outline-none"
219219
>
220-
<i className="fa-solid fa-plus"></i> <span>Add new</span>
220+
<i className="fa-light fa-plus"></i> <span>Add new</span>
221221
</button>
222222
<button
223223
type="submit"
224224
className="op-btn op-btn-secondary focus:outline-none"
225225
>
226-
<i className="fa-solid fa-paper-plane"></i>{" "}
226+
<i className="fa-light fa-paper-plane"></i>{" "}
227227
<span>Send</span>
228228
</button>
229229
</div>

0 commit comments

Comments
 (0)