drupal.css

Same filename and directory 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 {
  15. & .panel {
  16. padding: 0.3125rem 0.3125rem 0.9375rem;
  17. }
  18. & .panel__description {
  19. margin: 0 0 0.1875rem;
  20. padding: 2px 0 0.1875rem 0;
  21. }
  22. & .compact-link {
  23. margin: 0 0 0.625rem 0;
  24. }
  25. & small .admin-link::before {
  26. content: " [";
  27. }
  28. & small .admin-link::after {
  29. content: "]";
  30. }
  31. }

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