This commit is contained in:
Utkarsh Khedkar
2025-12-25 11:38:02 +05:30
parent ebb263cd36
commit 10af713fa1
2 changed files with 110 additions and 141 deletions

View File

@@ -323,6 +323,7 @@
overflow-x: auto;
width: 100%;
-webkit-overflow-scrolling: touch;
}
.table {
@@ -337,6 +338,7 @@
.table thead tr {
background: linear-gradient(135deg, #2c3e50, #34495e) !important;
border-bottom: 2px solid #1a252f;
border-radius:16px 16px 0 0 !important;
}
.table thead th {
@@ -353,6 +355,7 @@
font-family: 'Inter', sans-serif;
font-size: 13px;
min-width: 100px;
}
/* Curve the first and last header cells */
@@ -515,9 +518,9 @@
/* Default fallback badge classes */
.badge.bg-secondary {
background: linear-gradient(135deg, #f8f9fa, #e9ecef) !important;
color: #495057 !important;
border-color: #dee2e6 !important;
background: linear-gradient(135deg, #d1fae5, #a7f3d0) !important;
color: #065f46 !important;
border-color: #10b981 !important;
}
.badge.bg-info {