]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
badge variants are generated from -colors Sass map
authorMark Otto <markdotto@gmail.com>
Sat, 1 Jul 2017 19:59:08 +0000 (12:59 -0700)
committerMark Otto <markd.otto@gmail.com>
Sun, 2 Jul 2017 05:57:19 +0000 (22:57 -0700)
scss/_variables.scss

index e335e7af4a5a53c15b7e7677fecade1916bf9880..9d28552008f2977f114c5b9b613d974c4ebd7907 100644 (file)
@@ -676,12 +676,6 @@ $popover-arrow-outer-color:           fade-in($popover-border-color, .05) !defau
 // Badges
 
 $badge-default-bg:            $gray-600 !default;
-$badge-primary-bg:            theme-color("primary") !default;
-$badge-success-bg:            theme-color("success") !default;
-$badge-info-bg:               theme-color("info") !default;
-$badge-warning-bg:            theme-color("warning") !default;
-$badge-danger-bg:             theme-color("danger") !default;
-
 $badge-color:                 $white !default;
 $badge-link-hover-color:      $white !default;
 $badge-font-size:             75% !default;