layout-builder.css
Same filename in this branch
Same filename in other branches
- 9 core/profiles/demo_umami/themes/umami/css/components/layout_builder/layout-builder.css
- 9 core/themes/stable9/css/layout_builder/layout-builder.css
- 9 core/themes/stable/css/layout_builder/layout-builder.css
- 9 core/modules/layout_builder/css/layout-builder.css
- 8.9.x core/profiles/demo_umami/themes/umami/css/components/layout_builder/layout-builder.css
- 8.9.x core/themes/stable/css/layout_builder/layout-builder.css
- 8.9.x core/modules/layout_builder/css/layout-builder.css
- 10 core/profiles/demo_umami/themes/umami/css/components/layout_builder/layout-builder.css
- 10 core/themes/stable9/css/layout_builder/layout-builder.css
- 10 core/modules/layout_builder/css/layout-builder.css
- 10 core/modules/navigation/css/base/layout-builder.css
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ .admin-toolbar .layout-builder-block { padding: 0; } #navigation-layout .layout-builder { border: none; } /* Label when "content preview" is disabled. */ .navigation-layout .layout-builder-block__content-preview-placeholder-label { font-size: 0.79rem; overflow-wrap: anywhere; }
File
-
core/
modules/ navigation/ css/ base/ layout-builder.css
View source
- /*
- * DO NOT EDIT THIS FILE.
- * See the following change record for more information,
- * https://www.drupal.org/node/3084859
- * @preserve
- */
-
- .admin-toolbar .layout-builder-block {
- padding: 0;
- }
-
- #navigation-layout .layout-builder {
- border: none;
- }
-
- /* Label when "content preview" is disabled. */
-
- .navigation-layout .layout-builder-block__content-preview-placeholder-label {
- font-size: 0.79rem;
- overflow-wrap: anywhere;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.