MIF_E31210228/public/admin/scss/_bootstrap-extended/_alert.scss

10 lines
267 B
SCSS

// Alerts
// *******************************************************************************
// Alert mixins
@each $state, $value in $theme-colors {
@if $state != primary and $state != light {
@include template-alert-variant('.alert-#{$state}', $value);
}
}