Files
lingji-work-fe/src/styles/components/modal.scss

29 lines
578 B
SCSS
Raw Normal View History

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