Files
lingji-work-fe/src/styles/components/modal.scss
2025-09-03 16:42:05 +08:00

29 lines
578 B
SCSS

.ant-modal {
.ant-modal-header {
border-bottom: 1px solid var(--Border-1, #d7d7d9);
height: 56px;
padding: 0 20px;
.ant-modal-title {
font-family: $font-family-medium;
color: #211f24;
font-size: 16px;
font-style: normal;
font-weight: 400;
justify-content: flex-start;
}
}
.ant-modal-body {
padding: 24px 20px;
}
.ant-modal-footer {
display: flex;
height: 64px;
padding: 0px 20px;
justify-content: flex-end;
align-items: center;
border-top: 1px solid var(--Border-1, #d7d7d9);
}
}