feat(front-end): admin desing improvements
Some checks failed
PR Checks / prettier-autofix (pull_request) Successful in 20s
PR Checks / security-sast (pull_request) Failing after 34s
PR Checks / test-backend (pull_request) Successful in 28s
PR Checks / test-frontend (pull_request) Successful in 1m0s

This commit is contained in:
2026-03-09 18:07:22 +01:00
parent 17df0c6b9b
commit 7615b8b601
9 changed files with 204 additions and 135 deletions

View File

@@ -1,9 +1,7 @@
.section-card {
background: var(--color-bg-card);
border: 1px solid var(--color-border);
border-radius: var(--radius-lg);
padding: clamp(12px, 2vw, 24px);
box-shadow: var(--shadow-sm);
display: flex;
flex-direction: column;
gap: var(--space-5);
}
.section-header {
@@ -11,7 +9,6 @@
justify-content: space-between;
align-items: flex-start;
gap: var(--space-4);
margin-bottom: var(--space-5);
}
h2 {
@@ -79,10 +76,12 @@ td {
.error {
color: var(--color-danger-500);
margin: 0;
}
.success {
color: var(--color-success-500);
margin: 0;
}
.actions {
@@ -169,7 +168,7 @@ td {
@media (max-width: 520px) {
.section-card {
padding: var(--space-3);
gap: var(--space-4);
}
th,