@enact/sandstone
Version:
Large-screen/TV support library for Enact, containing a variety of UI components.
38 lines (37 loc) • 743 B
CSS
.times {
font-family: "Sandstone";
font-weight: normal;
font-size: 1rem;
line-height: 1.375rem;
font-family: "Sandstone Number";
white-space: nowrap;
min-width: 3.875rem;
}
:global(.enact-locale-non-latin) .times {
font-family: "Sandstone";
font-weight: normal;
}
:global(.enact-locale-km) .times {
line-height: 1.7em;
}
:global(.enact-locale-si) .times {
line-height: 1.7em;
}
:global(.enact-locale-th) .times {
line-height: 1.7em;
}
:global(.enact-locale-vi) .times {
line-height: 1.7em;
}
:global(.enact-locale-non-latin) .times {
font-family: "Sandstone Number";
}
.times > * {
display: inline-block;
}
.times .separator {
padding: 0 1ex;
}
:global(.enact-locale-right-to-left) .times {
direction: ltr;
}