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


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

@notification-message-background:                     @global-background;
@notification-message-color:                          @global-color;

@notification-message-font-size:                      18px;

@notification-message-primary-color:                  @global-link-color;
@notification-message-success-color:                  @global-success-background;
@notification-message-warning-color:                  @global-warning-background;
@notification-message-danger-color:                   @global-danger-background;

//
// Master
//

@notification-message-box-shadow:                     @global-xlarge-box-shadow;


// 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() {}
