Merge pull request #4942 from betagouv/4935-update-logo
Mise à jour des logos, pour conformité avec la Charte Graphique de l’État
This commit is contained in:
commit
e3f4547841
7 changed files with 19 additions and 5 deletions
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 5.6 KiB |
1
app/assets/images/republique-francaise-logo.svg
Normal file
1
app/assets/images/republique-francaise-logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 14 KiB |
|
@ -81,6 +81,10 @@
|
|||
margin: 5px auto 0 20px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
img {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
}
|
||||
|
||||
#action-block {
|
||||
|
|
|
@ -84,6 +84,13 @@ footer {
|
|||
height: 25px;
|
||||
}
|
||||
|
||||
.footer-logo-france {
|
||||
@include ie-compatible-background-image("republique-francaise-logo.svg");
|
||||
|
||||
width: 105px;
|
||||
height: 90px;
|
||||
}
|
||||
|
||||
.footer-link a,
|
||||
.footer-text a {
|
||||
color: $black;
|
||||
|
|
|
@ -506,7 +506,7 @@ class Procedure < ApplicationRecord
|
|||
if logo.attached?
|
||||
Rails.application.routes.url_helpers.url_for(logo)
|
||||
else
|
||||
ActionController::Base.helpers.image_url("marianne.svg")
|
||||
ActionController::Base.helpers.image_url("republique-francaise-logo.svg")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -14,12 +14,13 @@
|
|||
%header.new-header{ class: current_page?(root_path) ? nil : "new-header-with-border", role: 'banner' }
|
||||
.header-inner-content
|
||||
|
||||
.flex.align-center
|
||||
.flex.align-center.justify-center
|
||||
- if params[:controller] == 'users/commencer'
|
||||
= link_to 'Revenir en arrière', url_for(:back), class: "button", title: "Revenir sur le site de mon administration"
|
||||
- else
|
||||
= link_to root_path_for_profile(nav_bar_profile), class: 'header-logo', title: "Aller à la page d'accueil de demarches-simplifiees.fr" do
|
||||
= image_tag 'marianne.svg', alt: '', width: 65
|
||||
= link_to root_path_for_profile(nav_bar_profile), class: 'header-logo justify-center', title: "Aller à la page d'accueil de demarches-simplifiees.fr" do
|
||||
= image_tag 'marianne.svg', alt: 'Liberté, égalité, fraternité', width: '65px'
|
||||
= link_to root_path_for_profile(nav_bar_profile), class: 'header-logo justify-center', title: "Aller à la page d'accueil de demarches-simplifiees.fr" do
|
||||
%span.big.site-title> demarches-simplifiees.fr
|
||||
%span.small.site-title> d-s.fr
|
||||
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
%span.footer-logo.footer-logo-dinum{ role: 'img', 'aria-label': 'DINUM' }
|
||||
= link_to "https://beta.gouv.fr", title: "le site de Beta.gouv.fr" do
|
||||
%span.footer-logo.footer-logo-beta-gouv-fr{ role: 'img', 'aria-label': 'beta.gouv.fr' }
|
||||
%span.footer-logo.footer-logo-france{ role: 'img', 'aria-label': 'République Française' }
|
||||
|
||||
%li.footer-column
|
||||
%ul.footer-links
|
||||
|
|
Loading…
Add table
Reference in a new issue