From fad181c65e2bd2ee8e8dbb04329f431cb287f2f7 Mon Sep 17 00:00:00 2001 From: Mathias Fritsche Date: Tue, 12 Sep 2017 10:13:04 +0200 Subject: [PATCH] Set Icon for Domainlist (dont work!!) --- conf/init.json | 2 +- src/icons.less | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/init.json b/conf/init.json index d325ff3..5f5484d 100644 --- a/conf/init.json +++ b/conf/init.json @@ -19,7 +19,7 @@ { "name": "Domainlist", "to": "/domainlist", - "icon": "icon-contacts" + "icon": "icon-world" }, { "name": "Settings", diff --git a/src/icons.less b/src/icons.less index c362910..0850415 100644 --- a/src/icons.less +++ b/src/icons.less @@ -43,6 +43,7 @@ .icon-pie-graph:before { content: '\f2a5'; } /* '' */ .icon-paper-airplane:before { content: '\f2c3'; } /* '' */ .icon-contacts:before { content: '\f2d9'; } /* '' */ +.icon-world:before { content: '\f4d3'; } /* '' */ .icon-cube:before { content: '\f318'; } /* '' */ .icon-compass:before { content: '\f37c'; } /* '' */ .icon-arrow-down:before { content: '\f3d0'; } /* '' */