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