Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

reset.pcss.css

Reset HTML elements styles for the off-canvas dialog.

@internal

File

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

View source
  1. /**
  2. * @file
  3. * Reset HTML elements styles for the off-canvas dialog.
  4. *
  5. * @internal
  6. */
  7. #drupal-off-canvas-wrapper *:where(:not(svg, svg *, .ck-reset *, [data-drupal-ck-style-fence] *, .ui-resizable-handle)) {
  8. all: revert;
  9. box-sizing: border-box;
  10. -webkit-font-smoothing: antialiased;
  11. line-height: 1.4;
  12. &::after,
  13. &::before {
  14. all: revert;
  15. box-sizing: border-box;
  16. -webkit-font-smoothing: antialiased;
  17. }
  18. }
RSS feed
Powered by Drupal