//Default/Info
$component-global-alert-background-color: $theme-feedback-2 !default;
$component-global-alert-text-color: $theme-text-primary !default;
//Postiive
$component-global-alert-positive-background-color: $theme-feedback-positive-2 !default;
$component-global-alert-positive-text-color: $theme-text-primary !default;
//Warning
$component-global-alert-warning-background-color: $theme-feedback-warning-2 !default;
$component-global-alert-warning-text-color: $theme-text-primary !default;
//Negative
$component-global-alert-negative-background-color: $theme-feedback-negative-2 !default;
$component-global-alert-negative-text-color: $theme-text-primary !default;
