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


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

@alert-background:                              @global-muted-background;
@alert-primary-background:                      @global-primary-background;
@alert-primary-color:                           @global-link-color;
@alert-success-background:                      @global-secondary-background;
@alert-success-color:                           #3bac64;
@alert-warning-background:                      #fff5ee;
@alert-warning-color:                           #f58933;
@alert-danger-background:                       #ffecec;
@alert-danger-color:                            #e51f1f;

//
// Master
//

@alert-success-border:                          transparent;


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