feat: total values in statistics page
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user