Skip to content
Snippets Groups Projects
Commit d9b80ee2 authored by Justin Toupin's avatar Justin Toupin
Browse files

Minor code formatting fixes.

parent 4b326e46
No related branches found
No related tags found
3 merge requests!103Issue #3295875: Add a new dedicated permission for Layout paragraphs configurations,!27Add default width and height values for modals.,!25Provide layout info in hook_preprocess_paragraph
......@@ -21,13 +21,14 @@
}
.lpb-empty-container {
text-align: center;
padding-bottom: 30px;
}
.lpb-empty-toggle {
min-height: 20px;
}
.lpb-empty-message {
text-align: center;
padding-bottom: 15px;
padding-bottom: 10px;
}
.lpb-empty-container__wrapper .lpb-section-menu__wrapper {
bottom: 20px;
......@@ -252,7 +253,6 @@
background-size: cover;
transform: translateX(-50%);
transition: all .15s linear;
opacity: .5;
}
.lpb-btn--add:hover {
background-color: #E1E0E1;
......
......@@ -20,7 +20,7 @@
{% endif %}
{% for type in types.content %}
<div class="lpb-component-list__item type-{{type.id}}">
<a{{ type.link_attributes.setAttribute('href', type.url) }}>{% if type.image %}<img src="{{ type.image }}" alt ="" />{% endif %}{{ type.label }}</a>
<a{{ type.link_attributes.setAttribute('href', type.url) }}>{% if type.image %}<img src="{{ type.image }}" alt ="" />{% endif %}{{ type.label }}</a>
</div>
{% endfor %}
{% if types.content %}
......
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