focalboard/webapp/src/styles/shared-variables.scss
prakharporwal 977bc1dafa
[GH-512] Feature #512 made confirmation dialog box. (#1546)
* 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 <>
2021-10-14 11:42:36 -07:00

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;
}