mirror of
https://github.com/docmost/docmost.git
synced 2026-07-09 14:44:33 +10:00
11 lines
184 B
CSS
11 lines
184 B
CSS
.imageWrapper {
|
|
border-radius: 8px;
|
|
@mixin light {
|
|
background-color: var(--mantine-color-gray-0);
|
|
}
|
|
|
|
@mixin dark {
|
|
background-color: var(--mantine-color-dark-7);
|
|
}
|
|
}
|