@aplus-frontend/ui
Version:
25 lines (23 loc) • 404 B
text/less
@import '../mixins/mixins.less';
.b(ap-form-modal-form, {
.ant-modal-content {
padding: 0;
}
.ant-modal-header {
padding: 15px 20px;
border-bottom: 1px solid #E9EDF3;
margin-bottom: 0;
}
&__content {
padding: 20px 20px 0px;
}
&__footer {
padding: 12px 20px;
}
&__footer-admin {
border-top: 1px solid #E9EDF3;
}
.ant-modal-close {
top: 16px;
}
});