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. .toolbar-badge {
  13. padding: var(--admin-toolbar-space-4) var(--admin-toolbar-space-8);
  14. border-radius: 1rem;
  15. background-color: var(--admin-toolbar-color-gray-100);
  16. font-size: var(--admin-toolbar-font-size-label-sm);
  17. line-height: var(--admin-toolbar-line-height-label-sm);
  18. font-variation-settings: "wght" 700;
  19. }
  20. .toolbar-badge--success {
  21. color: var(--admin-toolbar-color-green-600);
  22. background-color: var(--admin-toolbar-color-green-050);
  23. }

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