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