$component-inline-alert-border-radius: $component-border-radius-small !default;
//Default/Neutral
$component-inline-alert-background-color: $theme-feedback !default;
$component-inline-alert-text-color: $theme-text-primary !default;
$component-inline-alert-icon: $icon-info-inverse !default;
//Positive
$component-inline-alert-positive-background-color: $theme-feedback-positive !default;
$component-inline-alert-positive-text-color: $theme-text-primary !default;
$component-inline-alert-positive-icon: $icon-success-inverse !default;
//Negative
$component-inline-alert-negative-background-color: $theme-feedback-negative !default;
$component-inline-alert-negative-text-color: $theme-text-primary !default;
$component-inline-alert-negative-icon: $icon-error-inverse !default;
//Warning
$component-inline-alert-warning-background-color: $theme-feedback-warning !default;
$component-inline-alert-warning-text-color: $theme-text-primary !default;
$component-inline-alert-warning-icon: $icon-warning-inverse !default;
