Current Directory: /home/astoriaah/www/templates/yootheme/vendor/assets/uikit-themes/master/border-radius
Viewing File: /home/astoriaah/www/templates/yootheme/vendor/assets/uikit-themes/master/border-radius/alert.less
//
// Component: Alert
//
// ========================================================================
// Variables
// ========================================================================
//
// New
//
@alert-border-radius: 0;
// Component
// ========================================================================
.hook-alert() when not (@alert-border-radius = 0) {
border-radius: @alert-border-radius;
}
// 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() {}