@import '../../../../../styles/variables';
@import '../../../../../styles/mixins/overlay';

.bcs-DeleteConfirmation {
    width: 212px;

    .overlay {
        @include bdl-Overlay-container;

        padding: 20px;
    }
}

.bcs-DeleteConfirmation-promptMessage {
    margin-bottom: 20px;
}

// overrides for confirm/cancel button spacing
.bcs-DeleteConfirmation-delete,
.bcs-DeleteConfirmation-cancel {
    margin-left: 0;
}

.bcs-DeleteConfirmation-cancel {
    margin-right: 10px;
}
