977bc1dafa
* Made confirmationDialogBox from existing dialog component * Used ConfirmationDialogBox to raise warning before deletion of card property * fixes as ci checks did not pass * fixes to pass ci tests * Flash Message now visible (changed its z-index) * Confirmation Dialog shows the property name. * fixes for eslint test failure * fixes for eslint test fail * fixes for eslint test failure * fix for eslint test failure * fixed a wrong subtext string * fixed eslint issues in scss * i18n en.json for localisation updated * `en.json;`-wrong file generated by `npm run i18n-extract ` command removed Co-authored-by: Prakhar <>
12 lines
398 B
SCSS
12 lines
398 B
SCSS
:root {
|
|
--center-channel-bg-rgb: 255, 255, 255;
|
|
--center-channel-color-rgb: 63, 67, 80;
|
|
--sidebar-bg-rgb: 30, 50, 92;
|
|
--sidebar-text-rgb: 255, 255, 255;
|
|
--button-color-rgb: 255, 255, 255;
|
|
--button-bg-rgb: 28, 88, 217;
|
|
--button-danger-color-rgb: 255, 255, 255;
|
|
--button-danger-bg-rgb: 210, 75, 78;
|
|
--link-color-rgb: 56, 111, 229;
|
|
--error-text-rgb: #d24b4e;
|
|
}
|