add template feature

This commit is contained in:
prafull-opensignlabs
2023-12-19 18:58:28 +05:30
parent c26734751f
commit 4e8988bf57
10 changed files with 1330 additions and 424 deletions
@@ -174,6 +174,28 @@
padding: 0px 5.1px 1px 5px;
}
.signCloseBtn{
position: absolute;
right: -1px;
top: -9px;
border-radius: 100%;
font-size: 14px;
cursor: pointer;
padding: 0px 5.1px 1px 5px;
z-index: 2;
}
.signCopy {
position: absolute;
right: 24px;
top: -9px;
font-size: 13px;
cursor: pointer;
z-index: 2;
}
.placeholderBlock {
padding: 0px;
position: absolute;
@@ -185,6 +207,16 @@
justify-content: center;
border-width: 0.2px;
}
.signWidgetblock {
padding: 0px;
border-style: dashed;
display: flex !important;
text-align: center !important;
justify-content: center !important;
align-items: center !important;
border-width: 0.2px;
}
.finishBtn {