/*
Buddypress Push Notification Plugin Toasts
 */

.Toastify__toast {
    font-family: var(--gfh-font-body), sans-serif;
}

.bm-toast-push-proposal-title {
    padding: 0.5rem;
}

.bm-toast-push-proposal-agree {
    background: var(--gfh-success) !important;
    font-weight: bold !important;
}

.bm-toast-push-proposal-content {
    padding: 0.4rem;
}

.bm-toast-push-proposal-content button {
    border-radius: var(--button-border-radius);
}
