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

@@ -26,9 +26,15 @@
}
#{$self}__primary-section{
display: flex;
padding-bottom: 2px;
}
#{$self}__big-numbers{
margin-left: auto;
padding-right: 10px;
}
.datatable-editor{
.table .tbody{
@@ -56,6 +62,14 @@
}
#{$self}__footer{
.form-group--statement{
max-width: 500px;
width: 100%;
textarea{
width: 100%;
min-height: 70px;
}
}
}
}

View File

@@ -26,9 +26,15 @@
}
#{$self}__primary-section{
display: flex;
padding-bottom: 2px;
}
#{$self}__big-numbers{
margin-left: auto;
padding-right: 10px;
}
.datatable-editor{
.table .tbody{
@@ -56,6 +62,14 @@
}
#{$self}__footer{
.form-group--statement{
max-width: 500px;
width: 100%;
textarea{
width: 100%;
min-height: 70px;
}
}
}
}