@heycar-uikit/core
Version:
The React UI library from HeyCar
89 lines (77 loc) • 1.43 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 -- */
--color-red-500: #eb5757;
/* tarmac grey color */
--color-tarmac-grey-500: #838383;
--color-tarmac-grey-700: #303030;
/* brand colors */
}
/* Depricated. Do Not Use */
:root {
--spacing-2: 8px;
--spacing-4: 16px;
}
: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-error-500: var(--color-red-500);
--color-neutral-500: var(--color-tarmac-grey-500);
--color-neutral-700: var(--color-tarmac-grey-700);
/*
Sizes
*/
}
body {
color: var(--color-neutral-700);
}
.textarea__counter_fa3j5 {
padding: 0 var(--spacing-4) 0 var(--spacing-2);
float: right;
font-size: 12px;
color: var(--color-neutral-500);
}
.textarea__countLength_fa3j5 {
display: inline;
color: var(--color-neutral-700);
}
.textarea__countLengthError_fa3j5 {
color: var(--color-error-500);
}