@enact/moonstone
Version:
Large-screen/TV support library for Enact, containing a variety of UI components.
49 lines (48 loc) • 973 B
CSS
.bodyText {
font-family: "Moonstone";
font-weight: 300;
font-size: 1.25rem;
line-height: 1.5rem;
margin-left: 0.375rem;
margin-right: 0.375rem;
}
:global(.enact-locale-non-latin) .bodyText {
font-family: "Moonstone";
font-weight: 300;
font-size: 1.125rem;
line-height: 1.7em;
}
.bodyText a:link {
color: inherit;
text-decoration: none;
}
.bodyText a:visited {
color: inherit;
text-decoration: none;
}
.bodyText a:hover {
color: inherit;
text-decoration: none;
}
.bodyText a:active {
color: inherit;
text-decoration: none;
}
.bodyText.small {
font-size: 1.125rem;
}
:global(.enact-locale-non-latin) .bodyText.small {
font-size: 1rem;
}
:global(.enact-locale-right-to-left) .bodyText {
text-align: right;
}
:global(.enact-locale-right-to-left) .bodyText.centered {
text-align: center;
}
.bodyText .noWrap {
/* Support for single-line, provided for extensibility */
}
:global(.enact-locale-ja) .bodyText {
line-break: strict;
}