badge.css

Same filename in this branch
  1. 11.x core/profiles/demo_umami/themes/umami/components/badge/badge.css
Same filename and directory in other branches
  1. 10 core/profiles/demo_umami/themes/umami/components/badge/badge.css

Toolbar badge styles.

File

core/modules/navigation/components/badge/badge.css

View source
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/3084859
  5. * @preserve
  6. */
  7. /* cspell:ignore csvg cpath wght */
  8. /**
  9. * @file
  10. * Toolbar badge styles.
  11. */
  12. :is(#extra-specificity-hack, [data-drupal-admin-styles]) {
  13. .toolbar-badge {
  14. padding: var(--admin-toolbar-space-4) var(--admin-toolbar-space-8);
  15. border: solid 1px transparent; /* For forced colors. */
  16. border-radius: 1rem;
  17. background-color: var(--admin-toolbar-color-gray-100);
  18. font-size: var(--admin-toolbar-font-size-label-sm);
  19. line-height: var(--admin-toolbar-line-height-label-sm);
  20. font-variation-settings: "wght" 700;
  21. }
  22. .toolbar-badge--success {
  23. color: var(--admin-toolbar-color-green-600);
  24. background-color: var(--admin-toolbar-color-green-050);
  25. }
  26. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.