add dashboard statistic
This commit is contained in:
@@ -478,6 +478,18 @@
|
||||
gap: 20px;
|
||||
margin-bottom: 24px;
|
||||
|
||||
&.user-content {
|
||||
grid-template-columns: minmax(240px, 1fr) minmax(240px, 1fr) 2fr;
|
||||
}
|
||||
|
||||
@media (max-width: 1540px) {
|
||||
grid-template-columns: repeat(2, minmax(240px, 1fr));
|
||||
|
||||
&.user-content {
|
||||
grid-template-columns: repeat(2, minmax(240px, 1fr));
|
||||
}
|
||||
}
|
||||
|
||||
.stat-card {
|
||||
background: var(--surface);
|
||||
padding: 20px;
|
||||
@@ -511,24 +523,18 @@
|
||||
}
|
||||
|
||||
.stat-card-value {
|
||||
width: 40px;
|
||||
/* width: 40px; */
|
||||
width: auto;
|
||||
height: 40px;
|
||||
border-radius: 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 20px;
|
||||
|
||||
font-size: 16px;
|
||||
padding: 0 10px;
|
||||
background: #eff6ff;
|
||||
}
|
||||
|
||||
/* .stat-card-value {
|
||||
font-size: 32px;
|
||||
font-weight: 700;
|
||||
color: var(--text-primary);
|
||||
margin-bottom: 4px;
|
||||
} */
|
||||
|
||||
.stat-card-label {
|
||||
font-size: 12px;
|
||||
color: var(--text-secondary);
|
||||
@@ -1310,6 +1316,7 @@
|
||||
overflow: hidden;
|
||||
|
||||
.status {
|
||||
|
||||
&-active,
|
||||
&-verified {
|
||||
color: #166534;
|
||||
|
||||
Reference in New Issue
Block a user