summaryrefslogtreecommitdiffstats
path: root/public/src/app/rule-engine/confirm-popup/confirm-popup.component.scss
blob: 4e3539d8dd11adab336e886f4521faa3760e7149 (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
.my-confrim-dialog .mat-dialog-container {
  height: 180px;
}

.container-popup {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 0 !important;
  border-top: solid 6px #cf2a2a;
  .header {
    border-bottom: none;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 12px;
    padding-bottom: 0;
  }
  .content {
    margin: 1rem;
    flex: 1;
    font-weight: 400;
  }
  .buttons {
    display: flex;
    justify-content: flex-end;
    border-top: solid 1px #eaeaea;
    padding: 1rem;
  }
}