mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
WIP Financial statements.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user