Issue #3044417 by tim.plunkett: Move custom Layout Builder icons to core/misc

merge-requests/1119/head
xjm 2019-03-29 11:00:00 -05:00
parent 52bd9a1206
commit 0d4af63275
4 changed files with 4 additions and 4 deletions

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

Before

Width:  |  Height:  |  Size: 614 B

After

Width:  |  Height:  |  Size: 614 B

View File

@ -88,10 +88,10 @@
background-repeat: no-repeat;
}
.layout-builder__message--defaults .messages {
background-image: url("../images/globe.svg");
background-image: url("../../../misc/icons/73b355/globe.svg");
}
.layout-builder__message--overrides .messages {
background-image: url("../images/location.svg");
background-image: url("../../../misc/icons/73b355/location.svg");
}
/**

View File

@ -88,10 +88,10 @@
background-repeat: no-repeat;
}
.layout-builder__message--defaults .messages {
background-image: url("../images/globe.svg");
background-image: url("../../../../misc/icons/73b355/globe.svg");
}
.layout-builder__message--overrides .messages {
background-image: url("../images/location.svg");
background-image: url("../../../../misc/icons/73b355/location.svg");
}
/**