Working on simplified table

This commit is contained in:
Bryce Covert
2020-08-02 08:46:42 -07:00
parent 51b097766f
commit 13faead45b
4 changed files with 249 additions and 85 deletions

View File

@@ -487,3 +487,11 @@ table.balance-sheet th.total {
border-right-color: transparent;
border-top-color: transparent;
}
.loader.is-table-loader {
height: 30px !important;
width: 30px !important;
border: 2px solid #00d1b2;
border-right-color: transparent;
border-top-color: transparent;
}