@heycar-uikit/core
Version:
The React UI library from HeyCar
106 lines (94 loc) • 1.71 kB
CSS
:root {
/* heycar mint color */
/* mica blue color */
/* sunbeam blue color */
/* mustang yellow color */
/* old ferrari red color */
/* -- fantasy name of "green" color to be defined -- */
/* -- fantasy name of "whatsapp" color to be defined -- */
/* -- fantasy name of "red" color to be defined -- */
/* tarmac grey color */
--color-tarmac-grey-700: #303030;
/* brand colors */
}
/* Depricated. Do Not Use */
:root {
--gap-3xs: 2px;
--gap-2xs: 4px;
--gap-xs: 8px;
--gap-s: 12px;
--gap-m: 16px;
--gap-2xl: 28px;
}
:root {
/* Font families */
/* Font weights */
}
/*
Heading
*/
/*
Sub-Heading
*/
/*
Body
*/
/*
Caption
*/
/*
Overline
*/
/*
Button
*/
/*
Button Old - DO NOT USE
*/
/* If this is ever changed please update breakpoints.json as well */
/* Mobile */
/* Tablet */
/* Desktop */
/* Default theme (light) */
:root {
/*
Colors
*/
--color-neutral-700: var(--color-tarmac-grey-700);
/*
Sizes
*/
}
body {
color: var(--color-neutral-700);
}
.dropdown__contentContainer_3b4cr {
padding-top: var(--gap-3xs);
display: flex;
flex-direction: row;
justify-content: space-between;
}
.dropdown__optionContent_3b4cr {
font-size: var(--gap-m);
justify-content: center;
align-items: center;
border: 0;
min-height: var(--gap-2xl);
box-shadow: none;
box-sizing: border-box;
text-decoration: none;
border-style: solid;
flex-grow: 2;
padding-top: var(--gap-3xs);
max-width: 232px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.dropdown__leftContent_3b4cr {
padding-right: var(--gap-xs);
}
.dropdown__rightContent_3b4cr {
padding-top: var(--gap-2xs);
font-size: var(--gap-s);
}