node-preview.css

Same filename in this branch
  1. 11.x core/profiles/demo_umami/themes/umami/css/components/content/node-preview.css
Same filename in other branches
  1. 9 core/themes/bartik/css/components/node-preview.css
  2. 8.9.x core/themes/bartik/css/components/node-preview.css
  3. 9 core/profiles/demo_umami/themes/umami/css/components/content/node-preview.css
  4. 10 core/profiles/demo_umami/themes/umami/css/components/content/node-preview.css
  5. 10 core/themes/claro/css/components/node-preview.css
/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

.node-preview-container {
  position: sticky;
  z-index: 499;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
}

.node-preview-form-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

File

core/themes/claro/css/components/node-preview.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. .node-preview-container {
  8. position: sticky;
  9. z-index: 499;
  10. display: flex;
  11. align-items: center;
  12. justify-content: space-between;
  13. box-sizing: border-box;
  14. width: 100%;
  15. }
  16. .node-preview-form-select {
  17. display: flex;
  18. align-items: center;
  19. justify-content: space-between;
  20. width: 100%;
  21. }

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