@enact/sandstone
Version:
Large-screen/TV support library for Enact, containing a variety of UI components.
54 lines (53 loc) • 1.24 kB
CSS
.dateComponentPicker {
display: inline-block;
text-align: center;
margin: 0.5rem;
vertical-align: inherit;
}
.dateComponentPicker .label {
font-weight: normal;
font-size: 1.25rem;
font-style: normal;
font-family: "Sandstone";
line-height: 1.375rem;
text-align: center;
padding: 0.75rem 1rem;
white-space: nowrap;
}
:global(.enact-locale-non-latin) .dateComponentPicker .label {
font-family: "Sandstone";
}
:global(.enact-locale-non-latin) .dateComponentPicker .label {
font-family: "Sandstone";
font-weight: 300;
font-size: 1.125rem;
font-style: normal;
}
:global(.enact-locale-km) .dateComponentPicker .label {
line-height: 1.7em;
}
:global(.enact-locale-si) .dateComponentPicker .label {
line-height: 1.7em;
}
:global(.enact-locale-th) .dateComponentPicker .label {
line-height: 1.7em;
}
:global(.enact-locale-vi) .dateComponentPicker .label {
line-height: 1.7em;
}
.dateComponentPicker .label a:link {
color: inherit;
text-decoration: none;
}
.dateComponentPicker .label a:visited {
color: inherit;
text-decoration: none;
}
.dateComponentPicker .label a:hover {
color: inherit;
text-decoration: none;
}
.dateComponentPicker .label a:active {
color: inherit;
text-decoration: none;
}