Skip to content

Commit fa29231

Browse files
author
Simon L. Lange
committed
FAXE-381: Changed class names
1 parent cf44baa commit fa29231

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/themes/custom/fds_faxe_theme/templates/entities/contact/os2web-contact.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{% set modalId = 'modal-' ~ random() %}
22

33
<div{{ attributes.addClass('os2web_contact os2web-contact') }}>
4-
<div class="box__heading">
4+
<div class="sidebar__box-heading">
55
{{ content.field_os2web_contact_heading }}
66
</div>
7-
<div class="box__body">
7+
<div class="sidebar__box-body">
88
{{ content.field_os2web_contact_body }}
99
{{ content.field_os2web_contact_phone }}
1010
{{ content.field_os2web_contact_email }}

0 commit comments

Comments
 (0)