//
// Component: Alert
//
// ========================================================================


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

@alert-background:                              @global-background;
@alert-color:                                   @global-emphasis-color;

@alert-primary-background:                      @alert-background;

@alert-success-background:                      @alert-background;

@alert-warning-background:                      @alert-background;

@alert-danger-background:                       @alert-background;

//
// Master
//

@alert-border-radius:                           @global-border-radius;

@alert-box-shadow:                              @global-medium-box-shadow;


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

.hook-alert() {}


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

.hook-alert-close() {}

.hook-alert-close-hover() {}


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

.hook-alert-primary() {}

.hook-alert-success() {}

.hook-alert-warning() {}

.hook-alert-danger() {}


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

.hook-alert-misc() {}
