4.24.6: Улучшен дизайн карточек отслеживания
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m5s

This commit is contained in:
poignatov
2026-02-06 16:11:18 +03:00
parent e89f0879c6
commit 3ce408a6b1
3 changed files with 9 additions and 8 deletions

View File

@@ -132,9 +132,10 @@
.user-tracking-card {
background: white;
border-radius: 1.5rem;
padding: 1.125rem 1.5rem;
border-radius: 0.75rem;
padding: 1.25rem 1.5rem;
border: none;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.user-tracking-card.current-user {
@@ -146,8 +147,8 @@
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 0.5rem;
padding-bottom: 0.5rem;
margin-bottom: 0.75rem;
padding-bottom: 0.75rem;
border-bottom: 1px solid #d1d5db;
}
@@ -173,7 +174,7 @@
.projects-list {
display: flex;
flex-direction: column;
gap: 0.25rem;
gap: 0.5rem;
}
.project-row {
@@ -183,7 +184,7 @@
}
.project-name {
color: #374151;
color: #111827;
}
.project-score {