add radius for admin-table

This commit is contained in:
smanylov
2026-04-09 14:03:01 +07:00
parent 815ae43d51
commit 2d0e53b7de
+7 -3
View File
@@ -398,13 +398,17 @@
border-collapse: collapse;
font-size: 14px;
min-width: 800px;
border-radius: 12px 12px 0 0;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
thead {
background: var(--background);
}
th {
padding: 12px 16px;
padding: 16px;
text-align: left;
font-weight: 600;
color: var(--text-secondary);
@@ -415,7 +419,7 @@
}
td {
padding: 12px 16px;
padding: 16px;
border-bottom: 1px solid var(--border);
color: var(--text-primary);
}
@@ -518,7 +522,7 @@
background: #eff6ff;
}
/* .stat-card-value {
/* .stat-card-value {
font-size: 32px;
font-weight: 700;
color: var(--text-primary);