change general info block

This commit is contained in:
smanylov
2026-04-08 16:35:13 +07:00
parent affe9699df
commit c9f4c724d9
13 changed files with 338 additions and 153 deletions
+17 -9
View File
@@ -311,13 +311,12 @@
}
.dashboard-general-info {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 20px;
margin-bottom: 24px;
margin-bottom: 20px;
}
.users-top {
margin-bottom: 20px;
&-user {
font-weight: 500;
}
@@ -464,9 +463,14 @@
}
}
.stats-title {
font-size: 18px;
margin-bottom: 10px;
}
.stats-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
grid-template-columns: repeat(4, minmax(240px, 1fr));
gap: 20px;
margin-bottom: 24px;
@@ -483,11 +487,15 @@
transform: translateY(-2px);
}
.stat-card-header {
.stat-card-group {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 12px;
&:last-child {
margin-bottom: 0;
}
}
.stat-card-title {
@@ -498,7 +506,7 @@
letter-spacing: 0.5px;
}
.stat-card-icon {
.stat-card-value {
width: 40px;
height: 40px;
border-radius: 10px;
@@ -510,12 +518,12 @@
background: #eff6ff;
}
.stat-card-value {
/* .stat-card-value {
font-size: 32px;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 4px;
}
} */
.stat-card-label {
font-size: 12px;