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

25 lines
529 B
SCSS

@import '../../styles/abstracts/variables';
.podcast-warning-modal {
.ant-modal-header {
background-color: rgba(96, 229, 232, 0.02);
padding-top: 16px;
padding-right: 20px;
padding-left: 24px;
padding-bottom: 0px !important;
border-bottom: 0px;
border-radius: 16px 16px 0 0;
}
.ant-modal-body {
font-size: 16px;
padding-top: 4px;
padding-right: 24px;
padding-bottom: 24px;
padding-left: 24px;
}
.editor__actions {
display: flex;
justify-content: flex-end;
}
}