gin-panel.css

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

.block-system > .node-confirm-form,
.block-system > .confirmation {
  padding-block-start: var(--gin-spacing-l);
}

.panel__title,
.system-status-general-info__header,
.system-status-report__requirements-group > h3,
.system-themes-list__header {
  margin-block-start: 0;
  padding: var(--gin-spacing-m) var(--gin-spacing-l);
  color: var(--gin-color-primary-active);
  border: 0 none;
  border-radius: var(--gin-border-m);
  background: var(--gin-bg-header);
  font-size: var(--gin-font-size-l);
  font-weight: var(--gin-font-weight-bold);
}

.panel {
  padding: 0;

  .admin-list {
    margin: var(--gin-spacing-s) 0;
  }
}

.panel__title {
  margin: var(--gin-spacing-s);
}

.panel__content {
  padding: 0;
}

File

core/themes/default_admin/migration/css/base/gin-panel.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. .block-system > .node-confirm-form,
  8. .block-system > .confirmation {
  9. padding-block-start: var(--gin-spacing-l);
  10. }
  11. .panel__title,
  12. .system-status-general-info__header,
  13. .system-status-report__requirements-group > h3,
  14. .system-themes-list__header {
  15. margin-block-start: 0;
  16. padding: var(--gin-spacing-m) var(--gin-spacing-l);
  17. color: var(--gin-color-primary-active);
  18. border: 0 none;
  19. border-radius: var(--gin-border-m);
  20. background: var(--gin-bg-header);
  21. font-size: var(--gin-font-size-l);
  22. font-weight: var(--gin-font-weight-bold);
  23. }
  24. .panel {
  25. padding: 0;
  26. .admin-list {
  27. margin: var(--gin-spacing-s) 0;
  28. }
  29. }
  30. .panel__title {
  31. margin: var(--gin-spacing-s);
  32. }
  33. .panel__content {
  34. padding: 0;
  35. }

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