@opalkelly/frontpanel-react-components
Version:
React Component Library for OpalKelly FrontPanel application development
17 lines (15 loc) • 452 B
CSS
/**
* Copyright (c) 2024 Opal Kelly Incorporated
*
* This source code is licensed under the FrontPanel license.
* See the LICENSE file found in the root directory of this project.
*/
.okSelectEntryLabel {
/* Typography */
color: var(--Gray-1, #989da3);
font-family: Inter, "Nunito Sans", sans-serif, ui-sans-serif;
font-size: 10px;
font-style: normal;
font-weight: 300;
line-height: 12px; /* 120% */
}