drupal.css
Same filename in other branches
Recreate Drupal admin styling that was removed with reset.
@internal
See also
File
-
core/
misc/ dialog/ off-canvas/ css/ drupal.css
View source
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/3084859
- * @preserve
- */
-
- /**
- * @file
- * Recreate Drupal admin styling that was removed with reset.
- * @see system.admin.css
- *
- * @internal
- */
-
- #drupal-off-canvas-wrapper .panel {
- padding: 0.3125rem 0.3125rem 0.9375rem;
- }
-
- #drupal-off-canvas-wrapper .panel__description {
- margin: 0 0 0.1875rem;
- padding: 2px 0 0.1875rem 0;
- }
-
- #drupal-off-canvas-wrapper .compact-link {
- margin: 0 0 0.625rem 0;
- }
-
- #drupal-off-canvas-wrapper small .admin-link::before {
- content: " [";
- }
-
- #drupal-off-canvas-wrapper small .admin-link::after {
- content: "]";
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.