mirror of
https://github.com/docmost/docmost.git
synced 2026-05-09 07:43:06 +08:00
1f4bd129a8
* add callout, youtube embed, image, video, table, detail, math * fix attachments module * other fixes
29 lines
515 B
CSS
29 lines
515 B
CSS
.icon {
|
|
font-size: 24px;
|
|
line-height: 1;
|
|
width: 20px;
|
|
height: 20px;
|
|
margin-inline-end: var(--mantine-spacing-md);
|
|
margin-top: 4px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.message {
|
|
font-size: var(--mantine-font-size-md);
|
|
color: var(--mantine-color-default-color);
|
|
|
|
white-space: nowrap;
|
|
word-break: break-word;
|
|
overflow-wrap: break-word;
|
|
}
|
|
|
|
/*
|
|
@mixin where-light {
|
|
color: var(--mantine-color-default-color);
|
|
}
|
|
|
|
@mixin where-dark {
|
|
color: var(--mantine-color-default-color);
|
|
}
|
|
*/
|