Issue #3043228 by shaal, kjay, bnjmnm, tim.plunkett, Gábor Hojtsy: Add Umami-specific styling for Layout Builder messages
parent
be2f08e672
commit
060c85c509
|
@ -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,0 +1,15 @@
|
|||
/**
|
||||
* @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;
|
||||
|
|
Loading…
Reference in New Issue