14 lines
297 B
CSS
14 lines
297 B
CSS
.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;
|
|
} |