|
|
|
|
@ -719,3 +719,30 @@ color: var(--dark);
|
|
|
|
|
.picker-md .picker-col,.picker-ios .picker-col {
|
|
|
|
|
padding: 0px 2px !important;
|
|
|
|
|
}
|
|
|
|
|
.progress-loading-page{
|
|
|
|
|
position: fixed;
|
|
|
|
|
height: 100%;
|
|
|
|
|
z-index: 1000000;
|
|
|
|
|
width: 100%;
|
|
|
|
|
background: rgba(0, 0, 0, 0.3);
|
|
|
|
|
touch-action: none;
|
|
|
|
|
text-align: center;
|
|
|
|
|
top: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
.progress-loading-page .container {
|
|
|
|
|
background: transparent !important;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
|
width: 150px;
|
|
|
|
|
margin: auto;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.progress-loading-page .loading-gif {
|
|
|
|
|
|
|
|
|
|
margin-top: 0.42cm;
|
|
|
|
|
width:100%;
|
|
|
|
|
margin-left: 0.4cm;
|
|
|
|
|
}
|