layout-builder.pcss.css
Same filename in this branch
Same filename and directory in other branches
:is(#extra-specificity-hack, [data-drupal-admin-styles]) {
&.admin-toolbar .layout-builder-block {
padding: 0;
}
}
.layout-builder.layout-builder--navigation {
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.pcss.css
View source
- :is(#extra-specificity-hack, [data-drupal-admin-styles]) {
- &.admin-toolbar .layout-builder-block {
- padding: 0;
- }
- }
-
- .layout-builder.layout-builder--navigation {
- 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.