fix date display and other small issues

This commit is contained in:
yogesh_gohil
2019-11-14 19:41:33 +05:30
parent 9cce0b10a2
commit 0debf9b393
4 changed files with 12 additions and 0 deletions

View File

@ -58,6 +58,7 @@
.content {
display: flex;
flex: 1;
flex-direction: column;
label {
@ -445,6 +446,9 @@
.invoice-amount {
font-size: 18px;
color: #55547A;
display: flex;
justify-content: center;
align-items: center;
}
.total {