Align design tokens of input component with select component's design tokens for consistent styling configuration. Having a transparent background was causing a weird ux.
162 lines
7.5 KiB
CSS
162 lines
7.5 KiB
CSS
:root {
|
|
--c--theme--colors--primary-text: #FFFFFF;
|
|
--c--theme--colors--primary-100: #EBF2FC;
|
|
--c--theme--colors--primary-200: #8CB5EA;
|
|
--c--theme--colors--primary-300: #5894E1;
|
|
--c--theme--colors--primary-400: #377FDB;
|
|
--c--theme--colors--primary-500: #055FD2;
|
|
--c--theme--colors--primary-600: #0556BF;
|
|
--c--theme--colors--primary-700: #044395;
|
|
--c--theme--colors--primary-800: #033474;
|
|
--c--theme--colors--primary-900: #022858;
|
|
--c--theme--colors--secondary-text: #555F6B;
|
|
--c--theme--colors--secondary-100: #F2F7FC;
|
|
--c--theme--colors--secondary-200: #EBF3FA;
|
|
--c--theme--colors--secondary-300: #E2EEF8;
|
|
--c--theme--colors--secondary-400: #DDEAF7;
|
|
--c--theme--colors--secondary-500: #D4E5F5;
|
|
--c--theme--colors--secondary-600: #C1D0DF;
|
|
--c--theme--colors--secondary-700: #97A3AE;
|
|
--c--theme--colors--secondary-800: #757E87;
|
|
--c--theme--colors--secondary-900: #596067;
|
|
--c--theme--colors--greyscale-000: #FFFFFF;
|
|
--c--theme--colors--greyscale-100: #FAFAFB;
|
|
--c--theme--colors--greyscale-200: #F3F4F4;
|
|
--c--theme--colors--greyscale-300: #E7E8EA;
|
|
--c--theme--colors--greyscale-400: #C2C6CA;
|
|
--c--theme--colors--greyscale-500: #9EA3AA;
|
|
--c--theme--colors--greyscale-600: #79818A;
|
|
--c--theme--colors--greyscale-700: #555F6B;
|
|
--c--theme--colors--greyscale-800: #303C4B;
|
|
--c--theme--colors--greyscale-900: #0C1A2B;
|
|
--c--theme--colors--success-text: #FFFFFF;
|
|
--c--theme--colors--success-100: #EFFCD3;
|
|
--c--theme--colors--success-200: #DBFAA9;
|
|
--c--theme--colors--success-300: #BEF27C;
|
|
--c--theme--colors--success-400: #A0E659;
|
|
--c--theme--colors--success-500: #76D628;
|
|
--c--theme--colors--success-600: #5AB81D;
|
|
--c--theme--colors--success-700: #419A14;
|
|
--c--theme--colors--success-800: #2C7C0C;
|
|
--c--theme--colors--success-900: #1D6607;
|
|
--c--theme--colors--info-text: #FFFFFF;
|
|
--c--theme--colors--info-100: #EBF2FC;
|
|
--c--theme--colors--info-200: #8CB5EA;
|
|
--c--theme--colors--info-300: #5894E1;
|
|
--c--theme--colors--info-400: #377FDB;
|
|
--c--theme--colors--info-500: #055FD2;
|
|
--c--theme--colors--info-600: #0556BF;
|
|
--c--theme--colors--info-700: #044395;
|
|
--c--theme--colors--info-800: #033474;
|
|
--c--theme--colors--info-900: #022858;
|
|
--c--theme--colors--warning-text: #FFFFFF;
|
|
--c--theme--colors--warning-100: #FFF8CD;
|
|
--c--theme--colors--warning-200: #FFEF9B;
|
|
--c--theme--colors--warning-300: #FFE469;
|
|
--c--theme--colors--warning-400: #FFDA43;
|
|
--c--theme--colors--warning-500: #FFC805;
|
|
--c--theme--colors--warning-600: #DBA603;
|
|
--c--theme--colors--warning-700: #B78702;
|
|
--c--theme--colors--warning-800: #936901;
|
|
--c--theme--colors--warning-900: #7A5400;
|
|
--c--theme--colors--danger-text: #FFFFFF;
|
|
--c--theme--colors--danger-100: #F4B0B0;
|
|
--c--theme--colors--danger-200: #EE8A8A;
|
|
--c--theme--colors--danger-300: #E65454;
|
|
--c--theme--colors--danger-400: #E13333;
|
|
--c--theme--colors--danger-500: #DA0000;
|
|
--c--theme--colors--danger-600: #C60000;
|
|
--c--theme--colors--danger-700: #9B0000;
|
|
--c--theme--colors--danger-800: #780000;
|
|
--c--theme--colors--danger-900: #5C0000;
|
|
--c--theme--font--sizes--h1: 1.75rem;
|
|
--c--theme--font--sizes--h2: 1.375rem;
|
|
--c--theme--font--sizes--h3: 1.125rem;
|
|
--c--theme--font--sizes--h4: 0.8125rem;
|
|
--c--theme--font--sizes--h5: 0.625rem;
|
|
--c--theme--font--sizes--h6: 0.5rem;
|
|
--c--theme--font--sizes--l: 1rem;
|
|
--c--theme--font--sizes--m: 0.8125rem;
|
|
--c--theme--font--sizes--s: 0.6875rem;
|
|
--c--theme--font--weights--thin: 200;
|
|
--c--theme--font--weights--light: 300;
|
|
--c--theme--font--weights--regular: 400;
|
|
--c--theme--font--weights--medium: 500;
|
|
--c--theme--font--weights--bold: 600;
|
|
--c--theme--font--weights--extrabold: 700;
|
|
--c--theme--font--weights--black: 800;
|
|
--c--theme--font--families--base: "Roboto Flex Variable", sans-serif;
|
|
--c--theme--font--families--accent: "Roboto Flex Variable", sans-serif;
|
|
--c--theme--spacings--xl: 4rem;
|
|
--c--theme--spacings--l: 3rem;
|
|
--c--theme--spacings--b: 1.625rem;
|
|
--c--theme--spacings--s: 1rem;
|
|
--c--theme--spacings--t: 0.5rem;
|
|
--c--theme--spacings--st: 0.25rem;
|
|
--c--theme--transitions--ease-in: cubic-bezier(0.32, 0, 0.67, 0);
|
|
--c--theme--transitions--ease-out: cubic-bezier(0.33, 1, 0.68, 1);
|
|
--c--theme--transitions--ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
|
|
--c--theme--transitions--duration: 250ms;
|
|
--c--components--forms-switch--accent-color: #419A14;
|
|
--c--components--forms-switch--rail-background-color: #9EA3AA;
|
|
--c--components--forms-switch--rail-background-color--disabled: #C2C6CA;
|
|
--c--components--forms-switch--rail-border-radius: 50vw;
|
|
--c--components--forms-switch--handle-background-color: white;
|
|
--c--components--forms-switch--handle-background-color--disabled: #F3F4F4;
|
|
--c--components--forms-switch--handle-border-radius: 50%;
|
|
--c--components--forms-select--border-color: #E7E8EA;
|
|
--c--components--forms-select--border-color--focus: #0556BF;
|
|
--c--components--forms-select--border-color--hover: #9EA3AA;
|
|
--c--components--forms-select--border-radius: 8px;
|
|
--c--components--forms-select--border-radius--focus: 2px;
|
|
--c--components--forms-select--border-radius--hover: 2px;
|
|
--c--components--forms-select--border-style: solid;
|
|
--c--components--forms-select--border-width: 1px;
|
|
--c--components--forms-select--color: #303C4B;
|
|
--c--components--forms-select--font-size: 1rem;
|
|
--c--components--forms-select--height: 3.5rem;
|
|
--c--components--forms-select--item-background-color--hover: #F3F4F4;
|
|
--c--components--forms-select--item-background-color--selected: #EBF2FC;
|
|
--c--components--forms-select--item-color: #303C4B;
|
|
--c--components--forms-select--item-color--disabled: #9EA3AA;
|
|
--c--components--forms-select--item-font-size: 1rem;
|
|
--c--components--forms-select--background-color: white;
|
|
--c--components--forms-select--menu-background-color: white;
|
|
--c--components--forms-select--label-color--focus: #0556BF;
|
|
--c--components--forms-radio--border-color: #E7E8EA;
|
|
--c--components--forms-radio--accent-color: #419A14;
|
|
--c--components--forms-radio--background-color: white;
|
|
--c--components--forms-input--font-weight: 400;
|
|
--c--components--forms-input--font-size: 1rem;
|
|
--c--components--forms-input--border-radius: 8px;
|
|
--c--components--forms-input--border-radius--hover: 2px;
|
|
--c--components--forms-input--border-radius--focus: 2px;
|
|
--c--components--forms-input--border-width: 1px;
|
|
--c--components--forms-input--border-color: #E7E8EA;
|
|
--c--components--forms-input--border-color--hover: #9EA3AA;
|
|
--c--components--forms-input--border-color--focus: #0556BF;
|
|
--c--components--forms-input--border-style: solid;
|
|
--c--components--forms-input--color: #303C4B;
|
|
--c--components--forms-input--label-color--focus: #0556BF;
|
|
--c--components--forms-input--background-color: white;
|
|
--c--components--forms-field--width: 292px;
|
|
--c--components--forms-field--font-size: 0.6875rem;
|
|
--c--components--forms-field--color: #79818A;
|
|
--c--components--forms-checkbox--background-color--hover: #F3F4F4;
|
|
--c--components--forms-checkbox--background-color: white;
|
|
--c--components--forms-checkbox--font-size: 0.8125rem;
|
|
--c--components--forms-checkbox--font-weight: 500;
|
|
--c--components--forms-checkbox--color: #0C1A2B;
|
|
--c--components--forms-checkbox--border-color: #E7E8EA;
|
|
--c--components--forms-checkbox--border-radius: 2px;
|
|
--c--components--forms-checkbox--accent-color: #419A14;
|
|
--c--components--forms-checkbox--size: 1.5rem;
|
|
--c--components--button--border-radius: 8px;
|
|
--c--components--button--border-radius--active: 2px;
|
|
--c--components--button--medium-height: 48px;
|
|
--c--components--button--small-height: 32px;
|
|
--c--components--button--medium-font-size: 1rem;
|
|
--c--components--button--small-font-size: 0.8125rem;
|
|
--c--components--button--font-weight: 400;
|
|
}
|