fix: blocking screen by warning for expired and decline document

This commit is contained in:
RaktimaNXG
2023-11-07 11:32:25 +05:30
parent fe37f3e021
commit d42e11c5c1
5 changed files with 807 additions and 793 deletions
@@ -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;