From 0dc4d22da3005f3a1ee342196df8e63eb858281e Mon Sep 17 00:00:00 2001 From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com> Date: Fri, 18 Oct 2024 14:18:48 +0700 Subject: [PATCH] Fix Footer --- ui/ui/customer/footer.tpl | 6 ------ ui/ui/customer/header.tpl | 20 -------------------- 2 files changed, 26 deletions(-) diff --git a/ui/ui/customer/footer.tpl b/ui/ui/customer/footer.tpl index 4771af9f..e130a3c7 100644 --- a/ui/ui/customer/footer.tpl +++ b/ui/ui/customer/footer.tpl @@ -2,20 +2,15 @@ {if isset($_c['CompanyFooter'])} {else} {/if} diff --git a/ui/ui/customer/header.tpl b/ui/ui/customer/header.tpl index 842b5f2b..4298c03a 100644 --- a/ui/ui/customer/header.tpl +++ b/ui/ui/customer/header.tpl @@ -124,26 +124,6 @@ padding: 15px; color: rgb(100 116 139); border-top: 1px solid #d2d6de; - min-height: 8rem; - } - - .main-footer .container-fluid { - background: rgb(28 36 52); - max-width: 100%; - padding-left: 15px; - padding-right: 15px; - } - - .main-footer .container-fluid .company { - margin-bottom: 10px; - justify-content: center; - align-items: center; - } - - .main-footer .container-fluid .pull-right { - background-color: rgb(28 36 52); - float: right; - margin-right: 15px; } .panel-primary {