WIP Financial statements.

This commit is contained in:
Ahmed Bouhuolia
2020-04-05 17:49:44 +02:00
parent b09fc58042
commit b2d1a09612
21 changed files with 138 additions and 40 deletions

View File

@@ -35,6 +35,7 @@
justify-content: center;
align-items: center;
}
}
.financial-sheet{
@@ -76,6 +77,20 @@
color: #777;
}
}
.tr.no-results{
.td{
flex-direction: column;
padding: 20px;
color: #666;
align-items: center;
}
}
}
&__inner{
&.is-loading{
display: none;
}
}
&__basis{
color: #888;
@@ -85,8 +100,7 @@
font-size: 12px;
}
.dashboard__loading-indicator{
margin-left: auto;
margin-right: auto;
margin: 60px auto 0;
}
&--expended{
@@ -106,7 +120,7 @@
&--journal{
.financial-sheet__table{
.tbody{
.tr .td{
.tr:not(.no-results) .td{
padding: 0.4rem;
color: #444;
border-bottom-color: #F0F0F0;