summaryrefslogtreecommitdiffstats
path: root/public/src/app/error-dialog/error-dialog.component.scss
blob: d0c0ae1328126f604f9a7683160631cc9c97271c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
:host /deep/ .dcae-error {
  border-top: solid 6px #cf2a2a;
}

:host /deep/ .ui-dialog .ui-dialog-titlebar {
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 12px;
  padding-bottom: 0;
}

:host /deep/ .ui-dialog-footer {
  padding: 10px;
}

:host /deep/ .ui-dialog.ui-widget .ui-dialog-content {
  padding-top: 10px;
}