mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 12:01:00 +00:00
18 lines
373 B
CSS
18 lines
373 B
CSS
@layer mantine {.m_87cf2631 {
|
|
background-color: transparent;
|
|
cursor: pointer;
|
|
border: 0;
|
|
padding: 0;
|
|
appearance: none;
|
|
font-size: var(--mantine-font-size-md);
|
|
text-align: left;
|
|
text-decoration: none;
|
|
color: inherit;
|
|
touch-action: manipulation;
|
|
-webkit-tap-highlight-color: transparent;
|
|
}
|
|
|
|
:where([dir="rtl"]) .m_87cf2631 {
|
|
text-align: right;
|
|
}
|
|
} |