add style on tx proposal
This commit is contained in:
parent
a1f95a4cbf
commit
621e85f9b0
4 changed files with 77 additions and 44 deletions
|
|
@ -446,7 +446,6 @@ ul.tx-copayers {
|
|||
}
|
||||
|
||||
.last-transactions-header {
|
||||
border-radius: 3px 3px 0 0;
|
||||
background: #2C3E50;
|
||||
padding: 0.6rem;
|
||||
color: #fff;
|
||||
|
|
@ -456,11 +455,12 @@ ul.tx-copayers {
|
|||
}
|
||||
|
||||
.last-transactions-content {
|
||||
padding: 0.8rem 0.8rem 0;
|
||||
padding: 0.8rem 0.8rem;
|
||||
color: #7A8C9E;
|
||||
}
|
||||
|
||||
.last-transactions-footer {
|
||||
background: #E4E8EC;
|
||||
padding: 0.8rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
@ -487,6 +487,13 @@ ul.tx-copayers {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.sign-action {
|
||||
background: #E4E8EC;
|
||||
width: 100%;
|
||||
padding: 1rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.icon-sign {
|
||||
padding: 0.2rem 0.3rem;
|
||||
border-radius: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue