mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-13 00:02:30 +10:00
9 lines
124 B
CSS
9 lines
124 B
CSS
.divider {
|
|
flex: 1 0 0;
|
|
}
|
|
|
|
.heading {
|
|
:hover {
|
|
background-color: var(--mantine-color-default-hover);
|
|
}
|
|
} |