SPACEBROWSER_INTERFACE/interface_base/master_styles/COMPONENT SCSS/ConfirmDeleteModal.scss
2025-08-07 20:28:59 -04:00

19 lines
308 B
SCSS

.confirm-delete-modal {
.ant-modal-content {
.ant-modal-header {
border-bottom: none;
padding: 20px 20px 8px 20px;
}
.ant-modal-body {
padding: 20px;
padding-top: 0;
button {
width: 100%;
height: 50px;
}
}
border-radius: 16px;
}
}