45 lines
909 B
Plaintext
45 lines
909 B
Plaintext
.visual-dialog {
|
|
&.custommiddle {
|
|
.ant-modal-header {
|
|
padding: 16px 24px !important;
|
|
}
|
|
.ant-modal-close-x {
|
|
width: 68px !important;
|
|
height: 68px !important;
|
|
line-height: 75px !important;
|
|
font-size: 30px !important;
|
|
color: #fff;
|
|
}
|
|
.ant-modal-title {
|
|
font-size: 35px !important;
|
|
line-height: 68px !important;
|
|
color: #fff;
|
|
}
|
|
.ant-modal-body {
|
|
padding: 18px !important;
|
|
}
|
|
}
|
|
.ant-modal-content {
|
|
background-color: #063367;
|
|
.ant-modal-header {
|
|
background-color: #063367;
|
|
color: #fff;
|
|
}
|
|
.ant-modal-close-x {
|
|
width: 68px * 1.5;
|
|
height: 68px * 1.5;
|
|
line-height: 130px;
|
|
font-size: 60px;
|
|
color: #fff;
|
|
}
|
|
.ant-modal-title {
|
|
font-size: 70px;
|
|
line-height: 68px * 1.5;
|
|
color: #fff;
|
|
}
|
|
.ant-modal-body {
|
|
padding: 36px;
|
|
}
|
|
}
|
|
}
|