feat: styles for deal drawer
This commit is contained in:
11
src/components/ui/BaseTable/BaseTable.module.css
Normal file
11
src/components/ui/BaseTable/BaseTable.module.css
Normal 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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user