From a7f20da8d095ef022b7089ca9bdd31a0fc8e016f Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Sun, 5 Apr 2020 16:55:30 +0200 Subject: [PATCH] Logged panel, update logout --- custom_portal.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/custom_portal.css b/custom_portal.css index da00d81..b6cdd63 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -270,11 +270,14 @@ body.logged, .logged .content { size: 16px; } + /* ------------------------ + Logout Icon + ------------------------ */ .icon-connexion { color: #c2a593; } .icon-connexion::before { - content: url("pictures/logout.png"); + color: #c2a593; } /* ------------------------ Setup Footer