Fix spinner when sign/reject/remove/broadcast a transaction
This commit is contained in:
parent
32c4d1e472
commit
68cc09f4ab
11 changed files with 52 additions and 51 deletions
|
|
@ -1116,25 +1116,26 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
|
|||
}
|
||||
|
||||
.onGoingProcess {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
bottom: 90px;
|
||||
position: absolute;
|
||||
z-index: 1020;
|
||||
}
|
||||
|
||||
.onGoingProcess-content {
|
||||
background: #213140;
|
||||
text-align: center;
|
||||
max-width: 16.5rem;
|
||||
max-height: 3.5rem;
|
||||
top:auto;
|
||||
left:0;
|
||||
right:0;
|
||||
bottom:170px;
|
||||
margin: auto;
|
||||
border-radius: 3px;
|
||||
color: #fff;
|
||||
padding: 0.5rem;
|
||||
font-size: 13px;
|
||||
position: absolute;
|
||||
opacity: 0.8;
|
||||
z-index: 10;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
|
||||
/*/////////////////// SPINNER ////////////////////*/
|
||||
|
||||
.spinner {
|
||||
|
|
|
|||
|
|
@ -127,10 +127,10 @@ _:-ms-fullscreen, :root .main {
|
|||
margin-left: 26px;
|
||||
font-size: 1rem;
|
||||
font-weight: 400;
|
||||
padding: 10px 0;
|
||||
}
|
||||
|
||||
.tab-bar .text-close {
|
||||
margin-right: 10px;
|
||||
font-size: 1rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
|
@ -582,6 +582,10 @@ a.pin-button:active {
|
|||
transform: none !important;
|
||||
}
|
||||
|
||||
.popup-tx-status {
|
||||
z-index: 1030;
|
||||
}
|
||||
|
||||
.popup-txsent {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue