aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/components/dialog/DialogOverlay.css
blob: 51a124fae53cbf43a329bf0c1bcb7011727342fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.cru-dialog-overlay {
  position: fixed;
  z-index: 1040;
  inset: 0;
}

.cru-dialog-background {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-color: var(--cru-dialog-overlay-color);
  opacity: 0.8;
}