feat: Refactor page headers in multiple managers for improved layout and consistency; remove global badge styles to support Tabler text colors
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 8m30s

This commit is contained in:
2025-08-12 12:46:29 +07:00
parent 3b1a59b03f
commit 026d2a9379
7 changed files with 75 additions and 65 deletions
+2 -17
View File
@@ -148,23 +148,8 @@
background-position: center;
}
/* Badge styles */
.badge {
display: inline-block;
padding: 0.35em 0.65em;
font-size: 0.75em;
font-weight: 700;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.375rem;
}
.badge.bg-red {
background-color: #d63939 !important;
}
/* Убрали глобальную перекраску .badge, чтобы работали текстовые цвета Tabler
(например, badge bg-blue-lt text-blue) */
/* Responsive navbar */
@media (max-width: 991.98px) {