| | |
| | | font-size: 16px; |
| | | } |
| | | } |
| | | .modal-btns { |
| | | display: flex; |
| | | .modal-reset { |
| | | display: inline-block; |
| | | height: 50px; |
| | | width: 30%; |
| | | font-size: 20px; |
| | | border-radius: 0; |
| | | opacity: 0.5; |
| | | cursor: default; |
| | | } |
| | | .modal-submit { |
| | | display: inline-block; |
| | | width: 70%; |
| | | border-radius: 0; |
| | | opacity: 0.5; |
| | | cursor: default; |
| | | font-size: 20px; |
| | | height: 50px; |
| | | } |
| | | .modal-submit { |
| | | display: block; |
| | | width: calc(100% - 30px); |
| | | opacity: 0.5; |
| | | cursor: default; |
| | | font-size: 20px; |
| | | height: 50px; |
| | | margin: 15px 15px; |
| | | border-radius: 25px; |
| | | } |
| | | |
| | | .modal-fields-row { |
| | |
| | | margin-top: 4px; |
| | | } |
| | | .ant-input-number { |
| | | width: 100%; |
| | | margin-top: 4px; |
| | | } |
| | | .normal-braft-editor { |