@include text-emphasis-variant('.text-primary', $brand-primary);
-@include text-emphasis-variant('.text-success', $state-success-text);
+@include text-emphasis-variant('.text-success', $brand-success);
-@include text-emphasis-variant('.text-info', $state-info-text);
+@include text-emphasis-variant('.text-info', $brand-info);
-@include text-emphasis-variant('.text-warning', $state-warning-text);
+@include text-emphasis-variant('.text-warning', $brand-warning);
-@include text-emphasis-variant('.text-danger', $state-danger-text);
+@include text-emphasis-variant('.text-danger', $brand-danger);
// Contextual backgrounds
background-color: $gray-dark;
}
-.bg-primary {
- // Given the contrast here, this is the only class to have its color inverted
- // automatically.
- color: #fff;
-}
-
@include bg-variant('.bg-primary', $brand-primary);
-@include bg-variant('.bg-success', $state-success-bg);
+@include bg-variant('.bg-success', $brand-success);
-@include bg-variant('.bg-info', $state-info-bg);
+@include bg-variant('.bg-info', $brand-info);
-@include bg-variant('.bg-warning', $state-warning-bg);
+@include bg-variant('.bg-warning', $brand-warning);
-@include bg-variant('.bg-danger', $state-danger-bg);
+@include bg-variant('.bg-danger', $brand-danger);