@heycar-uikit/core
Version:
The React UI library from HeyCar
96 lines (84 loc) • 1.34 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-s: 12px;
}
: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);
}
/*
* icon
*/
.chipCloseIcon {
display: flex;
margin-left: var(--gap-s);
}
.chipCloseIcon svg {
font-size: 16px ;
}
.leftIcon_choice {
display: flex;
margin-right: var(--gap-s);
}
.leftIcon_choice svg {
font-size: 19px ;
}
.leftIcon_filter svg {
font-size: 16px ;
}
.leftIcon_filter {
display: flex;
font-size: 16px ;
margin-right: var(--gap-s);
}