king
2020-09-14 76427d51a079a5fd1f45bf7188249e7a4647ae05
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.mk-btn-wrap {
  display: inline-block;
  .action-cell {
    border: 0;
    background: transparent !important;
  }
  .action-cell[ant-click-animating-without-extra-node="true"]::after {
    display: none!important;
  }
}
 
.pay-query {
  .ant-modal-confirm-btns {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
 
    button:first-child {
      margin-right: 20px;
    }
  }
}