From ffa692ab981aac2449507aa1904ee60236fa34f9 Mon Sep 17 00:00:00 2001
From: Alexandre Iooss <erdnaxe@crans.org>
Date: Fri, 31 Jul 2020 08:03:20 +0200
Subject: [PATCH] Add icon for elastic theme

---
 skins/elastic/intranet.css | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 skins/elastic/intranet.css

diff --git a/skins/elastic/intranet.css b/skins/elastic/intranet.css
new file mode 100644
index 0000000..8e190da
--- /dev/null
+++ b/skins/elastic/intranet.css
@@ -0,0 +1,3 @@
+a.button-intranet::before {
+    content: "\f0ac";
+}
-- 
GitLab