summaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/resources/scss/components/_notifications.scss
blob: cc44cfbc4230ece35d47541dd174c8694231c43c (plain)
1
2
3
4
5
6
7
.workflow-notifications-container {
  position: absolute;
  &.position-top-right {
    right: 30px;
    top: 50px;
  }
}