Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

progress.css

Same filename in this branch
  1. 11.1.x core/profiles/demo_umami/themes/umami/css/classy/components/progress.css
  2. 11.1.x core/themes/starterkit_theme/css/components/progress.css
  3. 11.1.x core/themes/claro/css/components/progress.css

Progress bar specific styles.

File

core/themes/olivero/css/components/progress.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. /**
  8. * @file
  9. * Progress bar specific styles.
  10. */
  11. .progress__track {
  12. overflow: hidden;
  13. height: var(--sp);
  14. border: 1px solid var(--color--primary-40);
  15. border-radius: var(--border-radius);
  16. }
  17. .progress__bar {
  18. height: var(--sp);
  19. background-color: var(--color--primary-40);
  20. }
  21. .progress__percentage {
  22. margin-inline-start: 1rem;
  23. }
RSS feed
Powered by Drupal