aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/resources/scss/components/_notifications.scss
diff options
context:
space:
mode:
Diffstat (limited to 'workflow-designer-ui/src/main/frontend/resources/scss/components/_notifications.scss')
-rw-r--r--workflow-designer-ui/src/main/frontend/resources/scss/components/_notifications.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/workflow-designer-ui/src/main/frontend/resources/scss/components/_notifications.scss b/workflow-designer-ui/src/main/frontend/resources/scss/components/_notifications.scss
new file mode 100644
index 00000000..cc44cfbc
--- /dev/null
+++ b/workflow-designer-ui/src/main/frontend/resources/scss/components/_notifications.scss
@@ -0,0 +1,7 @@
+.workflow-notifications-container {
+ position: absolute;
+ &.position-top-right {
+ right: 30px;
+ top: 50px;
+ }
+} \ No newline at end of file