From 4b783a6b63b289ae525833f3429f3e2cf39dbc17 Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Wed, 7 Aug 2024 12:03:54 +0300 Subject: [PATCH] Adds sidebar icons --- public_html/static/all.css | 4 ++++ public_html/templates/page-footer.php | 6 +++++- public_html/templates/page-header.php | 2 +- public_html/templates/page-sidebar.php | 24 ++++++++++++++++++------ 4 files changed, 28 insertions(+), 8 deletions(-) diff --git a/public_html/static/all.css b/public_html/static/all.css index 0af15a0..cdd5542 100644 --- a/public_html/static/all.css +++ b/public_html/static/all.css @@ -147,6 +147,10 @@ width: 250px; border: none; } +.list-group-item i { + margin-right: 10px; + margin-left: -8px; +} .main-content { transition: width: 0.5s ease; diff --git a/public_html/templates/page-footer.php b/public_html/templates/page-footer.php index c6c8576..66b4f7a 100644 --- a/public_html/templates/page-footer.php +++ b/public_html/templates/page-footer.php @@ -13,7 +13,11 @@ - + diff --git a/public_html/templates/page-header.php b/public_html/templates/page-header.php index a846733..3c8e56b 100644 --- a/public_html/templates/page-header.php +++ b/public_html/templates/page-header.php @@ -4,10 +4,10 @@ - + Jilo Web diff --git a/public_html/templates/page-sidebar.php b/public_html/templates/page-sidebar.php index b3aabf0..49b1444 100644 --- a/public_html/templates/page-sidebar.php +++ b/public_html/templates/page-sidebar.php @@ -6,23 +6,35 @@