Toast Referral


A toast notification is a small popup message that appears temporarily to provide feedback, such as success, error, or warning alerts.

Lorem Ipsum is simply dummy text of the printing and typesetting industry.

<div class="bp--toast">
    <div class="bp--toast-content toast-referral">
        <div class="bp--toast-header referral-title display--flex">
        <span class="blueprint-icon icon-gift icon-2x icon"></span>
        <p class="bp--toast-title small-text-2">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
        </div>
        <div class="bp--toast-close">
        <button class="btn btn--regular" aria-label="Close">
            <span class="blueprint-icon icon-bp_1_close icon-2x"></span>
        </button>
        </div>
    </div>
</div>