'init'
This commit is contained in:
7
app/components/SearchRow/SearchRow.module.css
Normal file
7
app/components/SearchRow/SearchRow.module.css
Normal file
@@ -0,0 +1,7 @@
|
||||
.search_item {
|
||||
cursor: pointer;
|
||||
border-radius: var(--mantine-radius-md);
|
||||
@mixin hover {
|
||||
background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-8));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user