|
- .kf-modal {
- .ant-modal-content {
- padding: 20px 67px;
- background: linear-gradient(180deg, #cfdfff 0%, #d4e2ff 9.77%, #ffffff 40%, #ffffff 100%);
- border-radius: 21px;
- }
- .ant-modal-header {
- margin: 20px 0;
- background-color: transparent;
- }
- .ant-modal-footer {
- display: flex;
- justify-content: center;
- margin: 40px 0 20px 0;
-
- .ant-btn {
- height: 40px;
- padding: 0 30px;
- font-size: 16px;
- border-radius: 10px;
- }
- .ant-btn-default {
- color: #1d1d20;
- background: rgba(22, 100, 255, 0.06);
- border-color: transparent;
- }
- .ant-btn + .ant-btn {
- margin-left: 20px;
- }
- }
- .ant-modal-close {
- top: 27px;
- right: 27px;
- width: 26px;
- height: 26px;
- }
- }
|