summaryrefslogtreecommitdiffstats
path: root/public/src/app/rule-engine/confirm-popup/confirm-popup.component.scss
blob: 2a826ffc0031899e57801fff320a952a039c3f8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.container {
  display: flex;
  justify-content: space-between;
  margin: 0 !important;
  border-top: solid 6px #ffb81c;
  .header {
    border-bottom: none;
  }
  .content {
    margin: 1rem;
    flex: 1;
    font-weight: 400;
  }
  .buttons {
    display: flex;
    justify-content: flex-end;
    border-top: solid 1px #eaeaea;
    padding: 1rem;
  }
}