node-preview.css
Same filename in this branch
Same filename in other branches
- 9 core/themes/bartik/css/components/node-preview.css
- 8.9.x core/themes/bartik/css/components/node-preview.css
- 9 core/profiles/demo_umami/themes/umami/css/components/content/node-preview.css
- 10 core/profiles/demo_umami/themes/umami/css/components/content/node-preview.css
- 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
- /*
- * 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%;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.