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