* update checkbox * fix margin in checkbox * fix color bug * fix border radius * fixes * remove unused imports * bug fixes * ui fixes * code review feedback fixes * css updates for toggle * fix bg bug in checkbox * fix disabled checkbox style * update styles for radio and switch * update label align * add hover interaction for switch * add wds css variables * add error state * add error state * fix css variable * fix css * fix checkbox group column height * move checkbox icons to assets * update input * fix input * fix input * fix input fix * fix disalbed icon color * empty commit to deploy again * address review feedbacks * fix font in dropdown * fix colors * fix search icon alignment * fix space in right cross icon * fix colors and label alignment * fix margin top in tooltip * replace red color with css variable * Json form field spec fix * wip * fix select styles * fix select styles * fix select styles * fix css * update focus color * fix error state * fix hover state Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
31 lines
893 B
CSS
31 lines
893 B
CSS
:root {
|
|
--wds-color-border: #E0DEDE;
|
|
--wds-color-border-light: #FDDDDD;
|
|
--wds-color-border-hover: #B3B3B3;
|
|
--wds-color-border-disabled: #E0DEDE;
|
|
--wds-color-border-danger: #D91921;
|
|
--wds-color-border-danger-hover: #B90707;
|
|
--wds-color-border-danger-focus-light: #EDDDDD;
|
|
|
|
--wds-color-bg: #FFFFFF;
|
|
--wds-color-bg-hover: #EBEBEB;
|
|
--wds-color-bg-focus: #e3e3e3;
|
|
--wds-color-bg-light: #EBEBEB;
|
|
--wds-color-bg-strong: #E0DEDE;
|
|
--wds-color-bg-strong-hover: #B3B3B3;
|
|
--wds-color-bg-disabled: #F3F3F3;
|
|
--wds-color-bg-disabled-strong: #A9A7A7;
|
|
--wds-color-bg-danger: #D91921;
|
|
--wds-color-bg-danger-hover: #B90707;
|
|
|
|
--wds-color-icon: #858282;
|
|
--wds-color-icon-disabled: #A9A7A7;
|
|
|
|
--wds-color-text: #090707;
|
|
--wds-color-text-danger: #D91921;
|
|
--wds-color-text-light: #716E6E;
|
|
--wds-color-text-disabled: #A9A7A7;
|
|
--wds-color-text-disabled-light: #CAC7C7;
|
|
}
|
|
|