mirror of
https://github.com/docmost/docmost.git
synced 2025-11-25 18:51:09 +10:00
19 lines
400 B
CSS
19 lines
400 B
CSS
.selectInput {
|
|
height: 25px;
|
|
min-height: 25px;
|
|
}
|
|
|
|
.error {
|
|
color: light-dark(var(--mantine-color-red-8), var(--mantine-color-red-7));
|
|
background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-gray-8));
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.mermaid {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|