drupal.css

Same filename in other branches
  1. 10 core/misc/dialog/off-canvas/css/drupal.css

Recreate Drupal admin styling that was removed with reset.

@internal

See also

system.admin.css

File

core/misc/dialog/off-canvas/css/drupal.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. * Recreate Drupal admin styling that was removed with reset.
  10. * @see system.admin.css
  11. *
  12. * @internal
  13. */
  14. #drupal-off-canvas-wrapper .panel {
  15. padding: 0.3125rem 0.3125rem 0.9375rem;
  16. }
  17. #drupal-off-canvas-wrapper .panel__description {
  18. margin: 0 0 0.1875rem;
  19. padding: 2px 0 0.1875rem 0;
  20. }
  21. #drupal-off-canvas-wrapper .compact-link {
  22. margin: 0 0 0.625rem 0;
  23. }
  24. #drupal-off-canvas-wrapper small .admin-link::before {
  25. content: " [";
  26. }
  27. #drupal-off-canvas-wrapper small .admin-link::after {
  28. content: "]";
  29. }

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