mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-20 14:42:37 +02:00
fix: blocking screen by warning for expired and decline document
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
.parentDiv {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: gray;
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
z-index: 20;
|
||||
background-color: rgba(0, 0, 0, 0.75);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
/* justify-content: center; */
|
||||
align-items: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.childDiv {
|
||||
@@ -18,7 +15,7 @@
|
||||
justify-content: center;
|
||||
align-content: center;
|
||||
background-color: #fff;
|
||||
margin:30px 20px;
|
||||
margin: 30px 20px;
|
||||
border: 0px 1px 1px 1px solid rgba(0, 0, 0, .2);
|
||||
border-radius: 0.3rem;
|
||||
outline: 0;
|
||||
@@ -47,7 +44,8 @@
|
||||
|
||||
font-size: 15px !important;
|
||||
}
|
||||
.modalFooterDiv{
|
||||
|
||||
.modalFooterDiv {
|
||||
margin: 10px;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
|
||||
Reference in New Issue
Block a user