drupal.pcss.css

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

Recreate Drupal admin styling that was removed with reset.

@internal

See also

system.admin.css

File

core/misc/dialog/off-canvas/css/drupal.pcss.css

View source
  1. /**
  2. * @file
  3. * Recreate Drupal admin styling that was removed with reset.
  4. * @see system.admin.css
  5. *
  6. * @internal
  7. */
  8. #drupal-off-canvas-wrapper {
  9. & .panel {
  10. padding: 5px 5px 15px;
  11. }
  12. & .panel__description {
  13. margin: 0 0 3px;
  14. padding: 2px 0 3px 0;
  15. }
  16. & .compact-link {
  17. margin: 0 0 10px 0;
  18. }
  19. & small .admin-link::before {
  20. content: " [";
  21. }
  22. & small .admin-link::after {
  23. content: "]";
  24. }
  25. }

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