feat: payment receive and made form.

This commit is contained in:
Ahmed Bouhuolia
2020-11-05 12:16:28 +02:00
parent 1738a333c7
commit 69e7612b62
42 changed files with 1100 additions and 750 deletions

View File

@@ -217,6 +217,10 @@ body.authentication {
margin: -20px;
padding-bottom: 6px;
}
&__header-fields{
width: 85%;
}
&__footer{
padding: 15px;
margin: 15px 0 0 0;
@@ -429,4 +433,34 @@ body.authentication {
&:not(.is-loading) .bp3-spinner{
display: none;
}
}
.big-amount{
&__label{
color: #5d6f90;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 14px;
}
&__number{
margin: 0;
text-overflow: ellipsis;
white-space: nowrap;
font-weight: 400;
margin-top: 6px;
color: #343463;
line-height: 1;
font-size: 34px;
}
}
.bp3-alert{
.bp3-alert-footer{
.bp3-button{
min-width: 70px;
}
}
}