mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-25 00:52:34 +02:00
feat: placeholder copy all pages feature at same location and change placeholder design
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
background-color: rgb(255, 255, 255);
|
||||
width: 460px;
|
||||
height: 184px;
|
||||
|
||||
}
|
||||
|
||||
.penContainer {
|
||||
@@ -174,19 +175,35 @@
|
||||
padding: 0px 5.1px 1px 5px;
|
||||
}
|
||||
|
||||
.placeholderBlock {
|
||||
padding: 0px;
|
||||
.signCloseBtn {
|
||||
position: absolute;
|
||||
border-style: dashed;
|
||||
width: 150px;
|
||||
height: 60px;
|
||||
background: #daebe0;
|
||||
text-align: center;
|
||||
justify-content: center;
|
||||
border-width: 0.2px;
|
||||
|
||||
right: -8px;
|
||||
top: -18px;
|
||||
font-size: 14px;
|
||||
cursor: pointer;
|
||||
z-index: 2;
|
||||
background: white;
|
||||
}
|
||||
|
||||
.signCopy {
|
||||
position: absolute;
|
||||
right: 12px;
|
||||
top: -18px;
|
||||
font-size: 13px;
|
||||
cursor: pointer;
|
||||
z-index: 2;
|
||||
background: white;
|
||||
}
|
||||
.ScrollbarsCustom-Track {
|
||||
width: 4px !important;
|
||||
}
|
||||
.signYourselfBlock {
|
||||
padding: 0px;
|
||||
display: flex !important;
|
||||
text-align: center !important;
|
||||
justify-content: center !important;
|
||||
align-items: center !important;
|
||||
}
|
||||
.finishBtn {
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
|
||||
padding: 3px 30px;
|
||||
@@ -531,7 +548,6 @@
|
||||
gap: 5px;
|
||||
border: none;
|
||||
background-color: #887abf;
|
||||
|
||||
width: 200px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden !important;
|
||||
|
||||
Reference in New Issue
Block a user