badge.css
Same filename in this branch
Same filename and directory in other branches
Toolbar badge styles.
File
-
core/
modules/ navigation/ components/ badge/ badge.css
View source
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/3084859
- * @preserve
- */
- /* cspell:ignore csvg cpath wght */
- /**
- * @file
- * Toolbar badge styles.
- */
- .toolbar-badge {
- padding: var(--admin-toolbar-space-4) var(--admin-toolbar-space-8);
- border-radius: 1rem;
- background-color: var(--admin-toolbar-color-gray-100);
- font-size: var(--admin-toolbar-font-size-label-sm);
- line-height: var(--admin-toolbar-line-height-label-sm);
- font-variation-settings: "wght" 700;
- }
- .toolbar-badge--success {
- color: var(--admin-toolbar-color-green-600);
- background-color: var(--admin-toolbar-color-green-050);
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.