Improve the style of the last week overview email

This commit is contained in:
maatinito 2018-12-20 17:00:00 +01:00 committed by gregoirenovel
parent 15ad7bae53
commit 10cd16656d

View file

@ -2,7 +2,7 @@
- @overview[:procedure_overviews].each_with_index do |procedure_overview, index|
%h2{ style: 'font-size: 20px; font-weight: 300; margin: 25px 0 5px;' }
%h2{ style: 'font-size: 16px; font-weight: 300; margin: 25px 0 5px;' }
#{procedure_overview.procedure.libelle}
= link_to 'voir', gestionnaire_procedure_url(procedure_overview.procedure), style: 'color: #0069CC; font-size: 14px;'
%table{ cellpadding: '0', cellspacing: '0', style: 'width: 100%; padding-bottom: 20px;' }