
| Current Path : /var/www/html/rocksensor1/web/core/misc/dialog/off-canvas/css/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor1/web/core/misc/dialog/off-canvas/css/reset.pcss.css |
/**
* @file
* Reset HTML elements styles for the off-canvas dialog.
*
* @internal
*/
#drupal-off-canvas-wrapper *:where(:not(svg, svg *, .ck-reset *, [data-drupal-ck-style-fence] *, .ui-resizable-handle)) {
all: revert;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
line-height: 1.4;
&::after,
&::before {
all: revert;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
}
}