UI login page, and custom-table changes

This commit is contained in:
Gagan7900
2026-08-11 17:38:53 +05:30
parent 4ac755d579
commit 6702b6e038
3 changed files with 15 additions and 19 deletions
@@ -105,22 +105,23 @@
}
.data-table-modern .table thead {
// background: linear-gradient(
// 135deg,
// #020617 0%,
// #172554 40%,
// #4338CA 75%,
// #7C3AED 100%
// );
background: #7C3AED;
color: var(--color-white);
}
.data-table-modern .table thead tr:first-child th:first-child {
border-top-left-radius: 0.75rem;
}
.data-table-modern .table thead tr:first-child th:last-child {
border-top-right-radius: 0.75rem;
}
.data-table-modern .table thead th {
padding: 0.5rem 0.75rem;
font-weight: 600;
font-size: 0.6875rem;
letter-spacing: 0.04em;
font-weight: 700;
font-size: 0.75rem;
letter-spacing: 0.03em;
text-transform: uppercase;
white-space: nowrap;
vertical-align: middle;
@@ -130,7 +131,7 @@
}
.data-table-modern .table tbody td {
padding: 0.2rem 0.75rem;
padding: 0.5rem 1rem;
vertical-align: middle;
color: var(--color-defaulttextcolor);
border: none;