update tanstack-table

This commit is contained in:
smanylov
2026-03-20 19:45:18 +07:00
parent 38bfc94125
commit 9d90c81f64
3 changed files with 290 additions and 235 deletions
+23
View File
@@ -624,6 +624,29 @@
font-weight: 500;
margin-bottom: 0.25rem;
}
.table-filtres-text-filter {
background-color: #fff;
border: 2px solid #e2e8f0;
border-radius: 12px;
justify-content: space-between;
align-items: center;
width: 100%;
padding: 8px 16px;
font-size: 14px;
font-weight: 500;
line-height: 1.25;
transition: background-color .2s ease-in-out;
display: flex;
box-shadow: 0 1px 2px #0000000d;
&:focus {
outline-offset: 2px;
outline: 2px solid #0000;
box-shadow: 0 0 0 2px #6365f187;
}
}
}
}