Merge pull request #153 from gabrielbazan7/feat/addEntrySend
add addressbook entry when send success
This commit is contained in:
commit
912789ccb6
8 changed files with 123 additions and 35 deletions
|
|
@ -1000,3 +1000,4 @@ input[type=number] {
|
|||
@import "views/includes/modals/modals";
|
||||
@import "views/includes/tx-details";
|
||||
@import "views/includes/txp-details";
|
||||
@import "views/includes/tx-status";
|
||||
|
|
|
|||
27
src/sass/views/includes/tx-status.scss
Normal file
27
src/sass/views/includes/tx-status.scss
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
#tx-status {
|
||||
.address {
|
||||
display: flex;
|
||||
padding: 5px 15px;
|
||||
background-color: #f5f5f5;
|
||||
margin-top: 10px;
|
||||
i {
|
||||
color: grey;
|
||||
padding-right: 10px;
|
||||
border-right: 1px solid;
|
||||
border-color: grey;
|
||||
font-size: 20px;
|
||||
}
|
||||
contact {
|
||||
margin-left: 15px;
|
||||
margin-bottom: 3px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
}
|
||||
.collect-address{
|
||||
bottom: 0;
|
||||
background: #fff;
|
||||
color: #6c6c6c;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue