feat: statistics section

This commit is contained in:
Jannat Patel
2022-10-14 20:33:27 +05:30
parent 61f9ff6892
commit f37229c202
8 changed files with 120 additions and 17 deletions

View File

@@ -1713,25 +1713,20 @@ li {
.stats-parent {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
grid-gap: 2rem;
}
.stats-label {
color: var(--text-muted);
font-weight: bold;
color: var(--gray-900);
font-weight: 500;
}
.stats-value {
color: var(--gray-900);
font-weight: 600;
font-size: 2rem;
}
.stats-card {
display: flex;
flex-direction: column;
align-items: center;
font-weight: 500;
font-size: 1.5rem;
margin-top: 2rem;
}
.indicator-pill.green::before {
@@ -1774,3 +1769,9 @@ li {
.modal-header .modal-title {
color: var(--gray-900);
}
.frappe-chart .title {
font-size: 1rem;
font-weight: bold;
color: var(--gray-900);
}