aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/common/dailog/Dialog.css
blob: abce04fd5faae05235e740f0194bfb8eebb23f9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.cru-dialog-overlay {
  position: fixed;
  z-index: 1040;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.92);

  display: flex;
  justify-content: center;
  align-items: center;
}

.cru-dialog-container {
  max-width: 100%;

  border: var(--cru-primary-color) 1px solid;
  border-radius: 5px;
  padding: 1.5em;
  background-color: white;
}