diff --git a/app/assets/stylesheets/legislation.scss b/app/assets/stylesheets/legislation.scss index 130d99ada..a3d46a88d 100644 --- a/app/assets/stylesheets/legislation.scss +++ b/app/assets/stylesheets/legislation.scss @@ -86,7 +86,8 @@ background: #e5ecf2; padding-top: 1rem; - h5 { + h4 { + font-size: rem-calc(16); margin-left: 0.25rem; margin-bottom: 0; color: #61686e; diff --git a/app/views/legislation/processes/_process.html.erb b/app/views/legislation/processes/_process.html.erb index a41fdbe4a..02954030f 100644 --- a/app/views/legislation/processes/_process.html.erb +++ b/app/views/legislation/processes/_process.html.erb @@ -7,8 +7,8 @@
- <%= link_to process, class: "button hollow big expanded", title: t('.see_latest_comments_title') do %> -   <%= t('.see_latest_comments') %> + <%= link_to process, class: "button hollow big expanded", title: t(".see_latest_comments_title") do %> +   <%= t(".see_latest_comments") %> <% end %>
@@ -21,43 +21,43 @@ <% column_width = 12 / process.enabled_phases_and_publications_count %>
-

<%= t('legislation.processes.shared.key_dates') %>

+

<%= t("legislation.processes.shared.key_dates") %>

<% if process.debate_phase.enabled? %>
-
<%= t('legislation.processes.shared.debate_dates') %>
-

<%= format_date(process.debate_start_date) %> - <%= format_date(process.debate_end_date) %>

+

<%= t("legislation.processes.shared.debate_dates") %>

+

<%= format_date(process.debate_start_date) %> - <%= format_date(process.debate_end_date) %>

<% end %> <% if process.draft_publication.enabled? %>
-
<%= t('legislation.processes.shared.draft_publication_date') %>
-

<%= format_date(process.draft_publication_date) %>

+

<%= t("legislation.processes.shared.draft_publication_date") %>

+

<%= format_date(process.draft_publication_date) %>

<% end %> <% if process.proposals_phase.enabled? %>
-
<%= t('legislation.processes.shared.proposals_dates') %>
-

<%= format_date(process.proposals_phase_start_date) %> - <%= format_date(process.proposals_phase_end_date) %>

+

<%= t("legislation.processes.shared.proposals_dates") %>

+

<%= format_date(process.proposals_phase_start_date) %> - <%= format_date(process.proposals_phase_end_date) %>

<% end %> <% if process.allegations_phase.enabled? %>
-
<%= t('legislation.processes.shared.allegations_dates') %>
-

<%= format_date(process.allegations_start_date) %> - <%= format_date(process.allegations_end_date) %>

+

<%= t("legislation.processes.shared.allegations_dates") %>

+

<%= format_date(process.allegations_start_date) %> - <%= format_date(process.allegations_end_date) %>

<% end %> <% if process.result_publication.enabled? %>
-
<%= t('legislation.processes.shared.result_publication_date') %>
-

<%= format_date(process.result_publication_date) %>

+

<%= t("legislation.processes.shared.result_publication_date") %>

+

<%= format_date(process.result_publication_date) %>

<% end %>