feat: total values in statistics page

This commit is contained in:
2024-11-21 15:40:55 +04:00
parent 8c2cef6f48
commit c81ee2fdb8
3 changed files with 80 additions and 25 deletions

View File

@@ -13,6 +13,16 @@
flex-wrap: wrap;
}
.profit-chart-container {
display: flex;
flex-direction: column;
gap: rem(10);
height: 96vh;
flex-wrap: nowrap;
flex: 3;
min-width: 600px;
}
.top-panel {
padding: rem(5);
gap: rem(10);