From 3475a6086d99059b2d29cc5596c6324e8e5e7a23 Mon Sep 17 00:00:00 2001
From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com>
Date: Thu, 17 Oct 2024 16:06:56 +0700
Subject: [PATCH] For Header and Footer in Customer!
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Minor improvements to the appearance of the footer. (◕ᴗ◕✿)
---
ui/ui/customer/footer.tpl | 6 ++++++
ui/ui/customer/header.tpl | 9 +++++++++
2 files changed, 15 insertions(+)
diff --git a/ui/ui/customer/footer.tpl b/ui/ui/customer/footer.tpl
index e130a3c7..33cc8aa1 100644
--- a/ui/ui/customer/footer.tpl
+++ b/ui/ui/customer/footer.tpl
@@ -2,15 +2,20 @@
{if isset($_c['CompanyFooter'])}
{else}
{/if}
diff --git a/ui/ui/customer/header.tpl b/ui/ui/customer/header.tpl
index 4298c03a..47755f1a 100644
--- a/ui/ui/customer/header.tpl
+++ b/ui/ui/customer/header.tpl
@@ -124,6 +124,15 @@
padding: 15px;
color: rgb(100 116 139);
border-top: 1px solid #d2d6de;
+ min-height: 10rem;
+ }
+
+ .main-footer .container {
+ background: rgb(28 36 52);
+ }
+
+ .main-footer .container .pull-right {
+ background-color: rgb(28 36 52);
}
.panel-primary {