aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/components/dialog/FullPageDialog.css
blob: ce07c6ac90329bfd8f3902b572af31a0baf54013 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.cru-dialog-full-page {
  position: fixed;
  z-index: 1030;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--cru-background-color);
  padding-top: 56px;
}

.cru-dialog-full-page-top-bar {
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: var(--cru-theme-color);
  display: flex;
  align-items: center;
}

.cru-dialog-full-page-content-container {
  overflow: scroll;
}

.cru-dialog-full-page-back-button {
  margin-left: 0.5em;
}