From fc9fe9789517acb378c7f69e3d417fa996824056 Mon Sep 17 00:00:00 2001 From: Adrien Gallou Date: Mon, 23 Sep 2024 21:57:55 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20l'h=C3=A9bergement=20sur=20Clever?= =?UTF-8?q?=20Cloud=20dans=20le=20footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit En prévision de la migration sur Clever Cloud on l'ajoute dans le footer. Une fois la migration faite on pourra merger cette PR. --- app/Resources/views/site/base.html.twig | 4 ++++ htdocs/templates/site/css/styles-without-compass.css | 6 ------ htdocs/templates/site/scss/base/layout.scss | 7 +++++++ 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/app/Resources/views/site/base.html.twig b/app/Resources/views/site/base.html.twig index 0f7c5cc4b..c710a6983 100644 --- a/app/Resources/views/site/base.html.twig +++ b/app/Resources/views/site/base.html.twig @@ -180,6 +180,10 @@ {% endfor %} +
+ Hébergé sur Clever Cloud +
+ diff --git a/htdocs/templates/site/css/styles-without-compass.css b/htdocs/templates/site/css/styles-without-compass.css index 84cabfcd6..0779fed4a 100644 --- a/htdocs/templates/site/css/styles-without-compass.css +++ b/htdocs/templates/site/css/styles-without-compass.css @@ -1,8 +1,2 @@ -#copyright { - text-align: center; - color: #999; - font-size: 0.8em; -} - #logo a { color: inherit; text-decoration: none; } header #espace-membre {z-index:1000;} diff --git a/htdocs/templates/site/scss/base/layout.scss b/htdocs/templates/site/scss/base/layout.scss index 08a32cab5..fa3eee675 100644 --- a/htdocs/templates/site/scss/base/layout.scss +++ b/htdocs/templates/site/scss/base/layout.scss @@ -134,3 +134,10 @@ a.evitement:focus { display: initial; } } + +#copyright, #hosting { + text-align: center; + color: #999; + font-size: 0.8em; + margin-bottom: 15px; +}