You are here

progress.css in Drupal 9

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: 1.125rem;
  14. border: 1px solid #0d77b5;
  15. border-radius: 0.1875rem;
  16. }
  17. .progress__bar {
  18. height: 1.125rem;
  19. background-color: #0d77b5;
  20. }