From a69951b9f9319f8e25d63384b2dbee851df24694 Mon Sep 17 00:00:00 2001 From: Stanislav Vishnevetskiy Date: Mon, 27 Aug 2018 10:07:45 +0300 Subject: wf composition Issue-ID: SDC-1591 Change-Id: I3d1c1e08094a2088b8e474b0c6f3616088ded4ee Signed-off-by: Stanislav Vishnevetskiy --- .../src/main/frontend/resources/scss/common/_customVariables.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'workflow-designer-ui/src/main/frontend/resources/scss/common') diff --git a/workflow-designer-ui/src/main/frontend/resources/scss/common/_customVariables.scss b/workflow-designer-ui/src/main/frontend/resources/scss/common/_customVariables.scss index 1a532c88..5e5bef84 100644 --- a/workflow-designer-ui/src/main/frontend/resources/scss/common/_customVariables.scss +++ b/workflow-designer-ui/src/main/frontend/resources/scss/common/_customVariables.scss @@ -1,6 +1,9 @@ $cursor-disabled: not-allowed !default; $cursor-pointer: pointer; +$camunda-panel-error-border-color: #cc3333; +$camunda-panel-error-background-color: #f0c2c2; + @mixin body-1-emphasis() { @include base-font-semibold; font-size: $body-font-1; -- cgit 1.2.3-korg