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;
| }
| }
| }
|
|