Merge pull request #2060 from matiu/bug/payment-intent
Bug/payment intent
This commit is contained in:
commit
c2598b2646
39 changed files with 935 additions and 888 deletions
|
|
@ -99,8 +99,16 @@ header .alt-currency {
|
|||
font-weight: 700;
|
||||
}
|
||||
|
||||
.color-greeni {
|
||||
color: #1abc9c !important;
|
||||
}
|
||||
|
||||
.color-yellowi {
|
||||
color: yellow !important;
|
||||
}
|
||||
|
||||
.alt-currency.green {
|
||||
background: #1ABC9C;
|
||||
background: #1abc9c;
|
||||
}
|
||||
|
||||
.alt-currency.red {
|
||||
|
|
@ -409,20 +417,6 @@ a:hover {
|
|||
border-radius: 3px 3px 0 3px;
|
||||
}
|
||||
|
||||
a.missing-copayers {
|
||||
background: #7A8C9E;
|
||||
position: absolute;
|
||||
display: block;
|
||||
right: -1px;
|
||||
bottom: -18px;
|
||||
padding: 0.2rem 0.5rem;
|
||||
font-size: 10px;
|
||||
border-radius: 0 0 3px 3px;
|
||||
text-transform: uppercase;
|
||||
color: #fff;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
ul.tx-copayers {
|
||||
background: #E4E8EC;
|
||||
padding: 0.3rem 0.8rem;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue