42 lines
819 B
SCSS
42 lines
819 B
SCSS
.ant-modal {
|
|
.ant-modal-content {
|
|
border-radius: 2px;
|
|
padding: 0 !important;
|
|
.ant-modal-close-x {
|
|
color: #ffffff !important;
|
|
}
|
|
.ant-modal-body {
|
|
padding: 16px 24px !important;
|
|
}
|
|
.ant-modal-footer {
|
|
margin-top: 0 !important;
|
|
padding: 16px 24px !important;
|
|
padding-top: 0 !important;
|
|
}
|
|
}
|
|
.ant-modal-header {
|
|
padding: 16px 24px;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
border-radius: 2px 2px 0 0;
|
|
background-color: #005293;
|
|
margin-bottom: 0;
|
|
.ant-modal-title {
|
|
color: #ffffff;
|
|
}
|
|
}
|
|
}
|
|
.ant-btn > span {
|
|
display: inline-flex;
|
|
}
|
|
.ant-image-preview-root {
|
|
.ant-image-preview-wrap {
|
|
z-index: 2005 !important;
|
|
}
|
|
.ant-image-preview-mask {
|
|
z-index: 2005 !important;
|
|
}
|
|
}
|
|
.ant-message {
|
|
z-index: 2005 !important;
|
|
}
|