From f18213fd8927e84cbf3537722e6a7f1155939632 Mon Sep 17 00:00:00 2001 From: Richard Hitier Date: Thu, 25 Mar 2021 17:58:09 +0100 Subject: [PATCH] New PDC_SITE_CLASS for site icon styling --- app/auth/templates/login.html | 3 ++- app/static/css/style.css | 4 ++++ app/templates/base_page.html | 2 +- resources/pdc_config.py | 7 +++++++ 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/app/auth/templates/login.html b/app/auth/templates/login.html index 8ea22b0..2e835e1 100644 --- a/app/auth/templates/login.html +++ b/app/auth/templates/login.html @@ -2,6 +2,7 @@ {% include 'heads.html' %} + @@ -9,7 +10,7 @@ {% include 'flash-messages.html' %} - +

Connectez vous

diff --git a/app/static/css/style.css b/app/static/css/style.css index 88a3e9c..c934912 100644 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -57,3 +57,7 @@ nav.sidebar a.disabled { padding-bottom: 15px; border-bottom: 1px solid #ddd } + +.admin-icon { + filter: hue-rotate(300deg) saturate(1000%); +} diff --git a/app/templates/base_page.html b/app/templates/base_page.html index 40e4fdb..91a9f30 100644 --- a/app/templates/base_page.html +++ b/app/templates/base_page.html @@ -9,7 +9,7 @@