aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/components/dialog/DialogContainer.css
blob: f0d27a668750117cf56cb0e86313d1381598a3ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.cru-dialog-container-title {
  font-size: 1.2em;
  font-weight: bold;
  color: var(--cru-theme-color);
  margin-bottom: 0.5em;
}

.cru-dialog-container-hr {
  margin: 1em 0;
  border-color: var(--cru-text-minor-color);
}

.cru-dialog-container-button-row {
  display: flex;
  justify-content: flex-end;
}

.cru-dialog-container-button {
  margin-left: 1em;
}