gin-progress.css

Same filename and directory in other branches
  1. 11.x core/themes/default_admin/migration/css/base/gin-progress.css
/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

.progress__bar {
  border-color: var(--gin-color-primary);
  background-color: var(--gin-color-primary);
  box-shadow:
    0 0.125em 0.25em var(--gin-color-primary-light),
    1.25em 0.9375em 2em var(--gin-color-primary-light);
}

.progress__track {
  padding: var(--gin-spacing-xs);
  border-color: var(--gin-border-color);
  background-color: var(--gin-bg-layer3);
}

.progress__description,
.progress__percentage {
  color: var(--gin-color-text);
}

/* Autocomplete z-index issue */

.ui-autocomplete {
  z-index: 2000;
}

File

core/themes/default_admin/migration/css/base/gin-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. .progress__bar {
  8. border-color: var(--gin-color-primary);
  9. background-color: var(--gin-color-primary);
  10. box-shadow:
  11. 0 0.125em 0.25em var(--gin-color-primary-light),
  12. 1.25em 0.9375em 2em var(--gin-color-primary-light);
  13. }
  14. .progress__track {
  15. padding: var(--gin-spacing-xs);
  16. border-color: var(--gin-border-color);
  17. background-color: var(--gin-bg-layer3);
  18. }
  19. .progress__description,
  20. .progress__percentage {
  21. color: var(--gin-color-text);
  22. }
  23. /* Autocomplete z-index issue */
  24. .ui-autocomplete {
  25. z-index: 2000;
  26. }

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