feat: styles for deal drawer

This commit is contained in:
2025-09-18 09:50:06 +04:00
parent 6b4e2f193a
commit a95d05e28b
20 changed files with 199 additions and 185 deletions

View File

@ -0,0 +1,11 @@
.table-border {
border-width: 1px;
border-radius: var(--mantine-radius-lg);
@mixin light {
border-color: var(--mantine-color-gray-4);
}
@mixin dark {
border-color: var(--mantine-color-dark-4);
}
}