@navinc/base-react-components
Version:
Nav's Pattern Library
79 lines (69 loc) • 2.07 kB
CSS
@import '../tailwind.css';
:root {
--nav-icon-size-small: 16px;
--nav-icon-size-medium: 20px;
--nav-icon-size-large: 24px;
}
@font-face {
font-family: Inter;
font-style: normal;
font-weight: 400;
font-display: swap;
src:
url('https://design-assets.nav.com/fonts/Inter-Regular.woff2') format('woff2'),
url('https://design-assets.nav.com/fonts/Inter-Regular.ttf') format('truetype'),
}
@font-face {
font-family: Inter;
font-style: normal;
font-weight: 500;
font-display: swap;
src:
url('https://design-assets.nav.com/fonts/Inter-Medium.woff2') format('woff2'),
url('https://design-assets.nav.com/fonts/Inter-Medium.ttf') format('truetype'),
}
@font-face {
font-family: Inter;
font-style: normal;
font-weight: 600;
font-display: swap;
src:
url('https://design-assets.nav.com/fonts/Inter-SemiBold.woff2') format('woff2'),
url('https://design-assets.nav.com/fonts/Inter-SemiBold.ttf') format('truetype'),
}
@font-face {
font-family: Inter;
font-style: normal;
font-weight: 700;
font-display: swap;
src:
url('https://design-assets.nav.com/fonts/Inter-Bold.woff2') format('woff2'),
url('https://design-assets.nav.com/fonts/Inter-Bold.ttf') format('truetype'),
}
@font-face {
font-family: Manrope;
font-style: normal;
font-weight: normal;
font-display: swap;
src: url('https://design-assets.nav.com/fonts/Manrope-Regular.woff2') format('woff2');
}
@font-face {
font-family: Manrope;
font-style: normal;
font-weight: 600;
font-display: swap;
src: url('https://design-assets.nav.com/fonts/Manrope-Semibold.woff2') format('woff2');
}
@font-face {
font-family: Manrope;
font-style: normal;
font-weight: bold;
font-display: swap;
src: url('https://design-assets.nav.com/fonts/Manrope-Bold.woff2') format('woff2');
}
/* styles the selection for <input type="date" /> */
input::-webkit-datetime-edit-day-field:focus,
input::-webkit-datetime-edit-month-field:focus,
input::-webkit-datetime-edit-year-field:focus {
@apply text-onPrimaryContainer bg-primaryContainer;
}