change fee on the confirm view
This commit is contained in:
parent
eb945b4589
commit
bfa7e47da5
6 changed files with 48 additions and 21 deletions
|
|
@ -1,6 +1,12 @@
|
|||
#view-confirm {
|
||||
background-color: #ffffff;
|
||||
@extend .deflash-blue;
|
||||
.item-note {
|
||||
float: none;
|
||||
.fee-percent {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
.icon-amazon {
|
||||
background-image: url("../img/icon-amazon.svg");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -142,10 +142,6 @@
|
|||
padding: .2rem 0;
|
||||
margin-bottom: 5px;
|
||||
|
||||
~ .bp-arrow-right {
|
||||
top: 14px;
|
||||
}
|
||||
|
||||
> i {
|
||||
padding: 0;
|
||||
position: static;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue