'init'
This commit is contained in:
14
app/components/Breadcrumbs/Breadcrumbs.module.css
Normal file
14
app/components/Breadcrumbs/Breadcrumbs.module.css
Normal file
@@ -0,0 +1,14 @@
|
||||
.history_button {
|
||||
@mixin hover {
|
||||
@mixin light {
|
||||
background-color: var(--mantine-color-gray-0);
|
||||
}
|
||||
@mixin dark {
|
||||
background-color: var(--mantine-color-dark-6);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.history_button_disabled {
|
||||
background-color: unset!important;
|
||||
}
|
||||
Reference in New Issue
Block a user