Skip to content
Snippets Groups Projects
Commit 5c6e5c0a authored by Igor Biki's avatar Igor Biki
Browse files

ISTWCMS-4818 Removing unused css classes from ofis markup.

parent b56ce870
No related branches found
No related tags found
2 merge requests!63Tag 3.0.1,!58Feature/istwcms 4818 ibiki ofis module
......@@ -2946,6 +2946,7 @@ svg:not(:root) {
.ofis-header {
display: flex;
gap: 1rem;
padding-top: 1rem;
}
.ofis-header .ofis-picture {
max-width: 144px;
......
This diff is collapsed.
.ofis-header {
display: flex;
gap: 1rem;
padding-top: 1rem;
.ofis-picture {
max-width: 144px;
......
<div class="profile-check">
<div class="field field-name-field-profile-title field-type-text field-label-hidden">
<div class="field-items">
<div class="field-item even" property="schema:jobTitle">{{ ofis_data.title }}</div>
<div>
<div>
<div>
<div property="schema:jobTitle">{{ ofis_data.title }}</div>
</div>
</div>
<div class="field field-name-body field-type-text-with-summary field-label-hidden">
<div class="field-items">
<div class="field-item even" property="content:encoded">
<div>
<div>
<div property="content:encoded">
<div class="ofis-header">
{% if ofis_data.picture %}
<div class="ofis-picture">
......
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