From 1226782b7f41306ea4f470618208f9428ddd84fc Mon Sep 17 00:00:00 2001 From: Kaustubh Ladiya Date: Tue, 4 Feb 2020 22:35:22 +0530 Subject: [PATCH] Switch to Iconify and add XDA Developers --- assets/index.css | 77 ++--------------------------------------------- assets/index.html | 5 +-- bin/gitfolio.js | 5 +-- build.js | 3 +- package.json | 2 +- populate.js | 46 ++++++++++++++-------------- ui.js | 4 ++- update.js | 3 +- views/index.ejs | 21 ++++++++++--- 9 files changed, 55 insertions(+), 111 deletions(-) diff --git a/assets/index.css b/assets/index.css index b8949fd..7c3ba87 100644 --- a/assets/index.css +++ b/assets/index.css @@ -383,80 +383,9 @@ body { background: var(--text-color); } -/* Material Icons */ -.mdi::before { +/* Iconify */ + +.iconify { font-size: 24px; line-height: 14px; } - -.btn .mdi::before { - position: relative; - top: 4px; -} - -.btn-xs .mdi::before { - font-size: 18px; - top: 3px; -} - -.btn-sm .mdi::before { - font-size: 18px; - top: 3px; -} - -.dropdown-menu .mdi { - width: 18px; -} - -.dropdown-menu .mdi::before { - left: -8px; - position: relative; - top: 4px; -} - -.nav .mdi::before { - position: relative; - top: 4px; -} - -.navbar .navbar-toggle .mdi::before { - color: #fff; - position: relative; - top: 4px; -} - -.breadcrumb .mdi::before { - position: relative; - top: 4px; -} - -.breadcrumb a:hover { - text-decoration: none; -} - -.breadcrumb a:hover span { - text-decoration: underline; -} - -.alert .mdi::before { - margin-right: 2px; - position: relative; - top: 4px; -} - -.input-group-addon .mdi::before { - position: relative; - top: 3px; -} - -.navbar-brand .mdi::before { - margin-right: 2px; - position: relative; - top: 2px; -} - -.list-group-item .mdi::before { - left: -3px; - position: relative; - top: 3px; -} diff --git a/assets/index.html b/assets/index.html index 638eaf2..c432cd5 100644 --- a/assets/index.html +++ b/assets/index.html @@ -6,10 +6,7 @@ - +