//
// Component: Notification
//
// ========================================================================


// Variables
// ========================================================================

//
// Master
//

@notification-message-border-radius:                  @global-border-radius;


// Component
// ========================================================================

.hook-notification() {}


// Message
// ========================================================================

.hook-notification-message() {}


// Close
// ========================================================================

.hook-notification-close() {}


// Style modifiers
// ========================================================================

.hook-notification-primary() {}

.hook-notification-success() {}

.hook-notification-warning() {}

.hook-notification-danger() {}


// Miscellaneous
// ========================================================================

.hook-notification-misc() {}