@enact/moonstone
Version:
Large-screen/TV support library for Enact, containing a variety of UI components.
33 lines (32 loc) • 661 B
CSS
.item {
font-family: "Moonstone";
font-weight: normal;
font-size: 1.375rem;
line-height: 1.5rem;
padding: 0.125rem 0.375rem;
line-height: 2.25rem;
position: relative;
color: inherit;
}
:global(.enact-locale-non-latin) .item {
font-family: "Moonstone";
font-weight: 400;
font-size: 1.375rem;
line-height: 1.7em;
}
:global(.enact-locale-non-latin) .item {
line-height: 2.25rem;
}
.item:global(.largeText) {
font-size: 1.625rem;
line-height: 2.75rem;
}
:global(.enact-locale-non-latin) .item:global(.largeText) {
line-height: 2.75rem;
}
.item.inline {
max-width: 10rem;
}
:global(.enact-locale-ja) .item {
line-break: strict;
}