refactor: removed uncessary css, files

This commit is contained in:
prafull-opensignlabs
2024-06-21 18:44:17 +05:30
parent cdff7e252d
commit 0b28e64111
25 changed files with 107 additions and 1200 deletions
+2 -2
View File
@@ -1166,7 +1166,7 @@ function SignYourSelf() {
{isUiLoading && (
<div className="absolute h-[100vh] w-full z-[999] flex flex-col justify-center items-center bg-[#e6f2f2] bg-opacity-80">
<Loader />
<span style={{ fontSize: "13px", fontWeight: "bold" }}>
<span className="text-[13px] text-base-content">
This might take some time
</span>
</div>
@@ -1214,7 +1214,7 @@ function SignYourSelf() {
pageNumber={pageNumber}
containerWH={containerWH}
/>
<div className=" w-full md:w-[57%] flex mr-4">
<div className=" w-full md:w-[57%] flex mr-4">
<PdfZoom
setScale={setScale}
scale={scale}