]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - static/scss/bootstrap-4.0.0-alpha.6/scss/_custom.scss
Feature page complete page markup and added new icons
[people/shoehn/ipfire.org.git] / static / scss / bootstrap-4.0.0-alpha.6 / scss / _custom.scss
index 6a0264fcfc83c740a0685f4e70ee3e42e6c47c19..dfd00e25129a70d0f4ce76d49400cb2894d5f315 100755 (executable)
@@ -205,3 +205,24 @@ $nav-disabled-link-color:       $gray-light !default;
 // Navbar
 $navbar-padding-x:                  $spacer;
 $navbar-padding-y:                  $spacer;
+
+// Badges
+
+$badge-default-bg:            $gray-light !default;
+$badge-primary-bg:            $brand-primary !default;
+$badge-success-bg:            $brand-success !default;
+$badge-info-bg:               $brand-info !default;
+$badge-warning-bg:            $brand-warning !default;
+$badge-danger-bg:             $brand-danger !default;
+
+$badge-color:                 $white !default;
+$badge-link-hover-color:      $white !default;
+$badge-font-size:             100%;
+$badge-font-weight:           $font-weight-bold !default;
+$badge-padding-x:             .4em !default;
+$badge-padding-y:             .25em !default;
+
+$badge-pill-padding-x:        .6em !default;
+// Use a higher than normal value to ensure completely rounded edges when
+// customizing padding or font-size on labels.
+$badge-pill-border-radius:    10rem !default;