Improvement open TX modal
This commit is contained in:
parent
41ea294b80
commit
b405510db3
11 changed files with 341 additions and 18 deletions
|
|
@ -1399,7 +1399,14 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
|
|||
border-top-right-radius: 5px;
|
||||
}
|
||||
|
||||
/*******************/
|
||||
.txModal {
|
||||
background: #FFFFFF;
|
||||
border-radius: 5px;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 1100;
|
||||
}
|
||||
|
||||
.alertModal {
|
||||
background: #FFFFFF;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue