Skip to content
Snippets Groups Projects

Use twig template, change icon

6 files
+ 36
5
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -8,8 +8,11 @@ a.layout-builder-browser-block-item {
a.browse-library-icon.align-right {
font-size: .75em;
padding-right: 30px;
background: transparent url(../icons/table.svg) no-repeat scroll center right;
background: url(../icons/table.svg) no-repeat right center;
height: 28px;
margin-top: 12px;
display: flex;
align-items: center;
}
.browser-block-library-blocks .messages {
Loading