Replace span with h1
This commit is contained in:
parent
70908483a1
commit
399f020047
2 changed files with 2 additions and 7 deletions
|
@ -7,10 +7,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.help-dropdown-title {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dropdown-items li.help-dropdown-service {
|
.dropdown-items li.help-dropdown-service {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
= link_to t("links.common.faq.url"), title: new_tab_suffix(t('help_dropdown.general_title')), **external_link_attributes, role: 'menuitem' do
|
= link_to t("links.common.faq.url"), title: new_tab_suffix(t('help_dropdown.general_title')), **external_link_attributes, role: 'menuitem' do
|
||||||
%span.fr-icon-question-fill.fr-text-action-high--blue-france{ "aria-hidden": "true" }
|
%span.fr-icon-question-fill.fr-text-action-high--blue-france{ "aria-hidden": "true" }
|
||||||
.fr-pl-1w.fr-text--sm
|
.fr-pl-1w
|
||||||
%span.help-dropdown-title
|
%h1.fr-text--sm= t('help_dropdown.problem_title')
|
||||||
= t('help_dropdown.problem_title')
|
|
||||||
%p.fr-text--sm= t('help_dropdown.problem_description')
|
%p.fr-text--sm= t('help_dropdown.problem_description')
|
||||||
|
|
Loading…
Add table
Reference in a new issue