Skip to content
Snippets Groups Projects
Commit db21b29a authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

Issue #3043228 by shaal, kjay, bnjmnm, tim.plunkett, Gábor Hojtsy: Add...

Issue #3043228 by shaal, kjay, bnjmnm, tim.plunkett, Gábor Hojtsy: Add Umami-specific styling for Layout Builder messages

(cherry picked from commit 060c85c5)
parent f12a2e22
No related branches found
No related tags found
No related merge requests found
......@@ -94,13 +94,6 @@
background-image: url("../../../misc/icons/73b355/location.svg");
}
/**
* @todo Remove Umami specific styling in https://www.drupal.org/node/3043228.
*/
.layout-builder__message .messages .messages__content {
background: none;
}
.layout-builder-block__content-preview-placeholder-label {
margin: 0;
text-align: center;
......
/**
* @file
* This file is used to style the layout builder.
*/
.layout-builder__message--defaults .messages,
.layout-builder__message--overrides .messages {
background-image: none;
}
.layout-builder__message--defaults .messages__content {
background-image: url("../../../../../../../misc/icons/73b355/globe.svg");
}
.layout-builder__message--overrides .messages__content {
background-image: url("../../../../../../../misc/icons/73b355/location.svg");
}
......@@ -38,6 +38,7 @@ global:
css/components/regions/highlighted/highlighted.css: {}
css/components/regions/pre-header/pre-header.css: {}
css/components/toolbar/toolbar.css: {}
css/components/layout_builder/layout-builder.css: {}
layout:
css/layout/grid-2.css: {}
css/layout/grid-3.css: {}
......
......@@ -94,13 +94,6 @@
background-image: url("../../../../misc/icons/73b355/location.svg");
}
/**
* @todo Remove Umami specific styling in https://www.drupal.org/node/3043228.
*/
.layout-builder__message .messages .messages__content {
background: none;
}
.layout-builder-block__content-preview-placeholder-label {
margin: 0;
text-align: center;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment