refactoring: payment receive form.

This commit is contained in:
a.bouhuolia
2021-02-17 19:45:18 +02:00
parent 95cccfd13b
commit e36817cb88
46 changed files with 775 additions and 325 deletions

View File

@@ -7,6 +7,14 @@
.tbody{
.balance.td{
.cell-inner{
> span{
font-weight: 600;
}
}
}
.status.td{
.status-accessor{
@@ -33,7 +41,7 @@
line-height: 1;
display: block;
margin-bottom: 8px;
opacity: 0.65;
opacity: 0.7;
}
.fully-paid-icon{
width: 18px;
@@ -49,10 +57,11 @@
}
.bp3-progress-bar{
height: 4px;
max-width: 180px;
&,
.bp3-progress-meter{
border-radius: 4px;
border-radius: 0;
}
}
}