@enact/sandstone
Version:
Large-screen/TV support library for Enact, containing a variety of UI components.
25 lines (24 loc) • 537 B
CSS
.rangePicker .valueWrapper {
font-family: "Sandstone Number";
}
:global(.enact-locale-non-latin) .rangePicker .valueWrapper {
font-family: "Sandstone Number";
}
.rangePicker.joined.horizontal:not(.arrow) .valueWrapper {
margin-bottom: 0;
}
.title {
margin-left: 1.8125rem;
margin-right: 0.75rem;
}
:global(.enact-locale-right-to-left) .title {
margin-left: 0.75rem;
margin-right: 1.8125rem;
}
.title.inlineTitle {
display: inline-block;
max-width: 10rem;
line-height: 81px;
padding-bottom: 0;
margin-bottom: 0;
}