mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 15:30:57 +00:00
17 lines
469 B
CSS
17 lines
469 B
CSS
@layer mantine {.m_8a5d1357 {
|
|
margin: 0;
|
|
font-weight: var(--title-fw);
|
|
font-size: var(--title-fz);
|
|
line-height: var(--title-lh);
|
|
font-family: var(--mantine-font-family-headings);
|
|
text-wrap: var(--title-text-wrap, var(--mantine-heading-text-wrap));
|
|
}
|
|
|
|
.m_8a5d1357:where([data-line-clamp]) {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: var(--title-line-clamp);
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
} |