Nouveau logo, avec modif du CSS pour nouvelles dimensions

This commit is contained in:
2020-02-12 15:18:34 +01:00
parent ce54eaa0c3
commit bf89593b2b
6 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -11041,8 +11041,8 @@ header .header-custom {
} }
header .logo-custom { header .logo-custom {
grid-area: logo; grid-area: logo;
height: 50px; height: 60px;
width: 250px; width: 350px;
padding-left: 15px; padding-left: 15px;
} }
header .secondary-custom { header .secondary-custom {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -2,8 +2,8 @@
@couleur-onglets-clair: #305587; @couleur-onglets-clair: #305587;
@couleur-fond-banniere: #F29D39; @couleur-fond-banniere: #F29D39;
@largeurLogo: 250px; @largeurLogo: 350px;
@hauteur-ligne-1: 50px; @hauteur-ligne-1: 60px;
@hauteur-ligne-2: 45px; @hauteur-ligne-2: 45px;