From 1addb1bc97e16079fbd2e8a5658f7bfaddef0be5 Mon Sep 17 00:00:00 2001 From: YasinShaikh123 <123150391+YasinShaikh123@users.noreply.github.com> Date: Fri, 3 May 2024 19:13:20 +0530 Subject: [PATCH] fixing bugs --- public/assets/css/FrontendCss/style.css | 4 +++ public/assets/css/style.bundle.css | 4 +-- public/assets/css/style.css | 20 ++++++++++++- public/assets/js/FrontendJs/contact_us.js | 12 ++++---- .../Pages/manage_chat/manage_chat.blade.php | 22 ++++++++------- .../manage_freeu_investment.blade.php | 17 ++++++----- .../Pages/manage_leads/edit-lead.blade.php | 28 +++++++++++++++++-- .../Pages/manage_leads/view-lead.blade.php | 2 +- .../partial/transaction-row.blade.php | 2 +- .../transactions.blade.php | 7 +++-- .../views/Admin/personal-dashboard.blade.php | 16 +++++------ .../views/Frontend/Pages/login.blade.php | 2 +- .../Frontend/Pages/sign_in_otp.blade.php | 10 +++---- 13 files changed, 98 insertions(+), 48 deletions(-) diff --git a/public/assets/css/FrontendCss/style.css b/public/assets/css/FrontendCss/style.css index a0aedca..2a91d82 100644 --- a/public/assets/css/FrontendCss/style.css +++ b/public/assets/css/FrontendCss/style.css @@ -4597,6 +4597,10 @@ span.start { margin: 0; font-weight: 600; } +button.swal2-confirm.btn.btn-primary.popup-button { + background-color: #c18948 !important; + border: none; +} /*======responsive=====*/ diff --git a/public/assets/css/style.bundle.css b/public/assets/css/style.bundle.css index 5f53dbf..37408a0 100644 --- a/public/assets/css/style.bundle.css +++ b/public/assets/css/style.bundle.css @@ -34490,7 +34490,7 @@ html:not([data-theme=dark]) .theme-light-bg-body { color: var(--kt-secondary-inverse) } -.btn-check:active+.btn.btn-secondary, +/* .btn-check:active+.btn.btn-secondary, .btn-check:checked+.btn.btn-secondary, .btn.btn-secondary.active, .btn.btn-secondary.show, @@ -34501,7 +34501,7 @@ html:not([data-theme=dark]) .theme-light-bg-body { color: var(--kt-secondary-inverse); border-color: var(--kt-secondary-active); background-color: var(--kt-secondary-active) !important -} +} */ .btn-check:active+.btn.btn-secondary .svg-icon, .btn-check:active+.btn.btn-secondary i, diff --git a/public/assets/css/style.css b/public/assets/css/style.css index cd70246..969d18d 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -329,7 +329,7 @@ input.edit_label_title { } .add_cat button { margin-top: 20px; - background-color: var(--kt-primary) !important; + /* background-color: var(--kt-primary) !important; */ } .img_upload input[type="file"].custom { border: 0; @@ -1265,3 +1265,21 @@ nav { position: relative; right: 16px; } +.chat-box { + height: 79vh; + overflow: hidden; + border: 1px solid #ccccccbd; + margin: 30px; + border-radius: 9px; +} +.chat-box div#kt_drawer_chat_messenger_footer { + position: absolute; + bottom: 0; + width: 100%; + background-color: #dfdfdf; + color: #000; +} +.chat-box .chat-msgs .card-body { + height: 66%; + overflow: scroll; +} diff --git a/public/assets/js/FrontendJs/contact_us.js b/public/assets/js/FrontendJs/contact_us.js index c5070b4..d62757a 100644 --- a/public/assets/js/FrontendJs/contact_us.js +++ b/public/assets/js/FrontendJs/contact_us.js @@ -27,9 +27,9 @@ $(document).ready(function () { messages: { name: "Please enter your name", mobile_number: { - required: "Please enter your phone number", - minlength: "Phone number must be 10 digits", - maxlength: "Phone number must be 10 digits", + required: "Please enter your mobile number", + minlength: "mobile number must be 10 digits", + maxlength: "mobile number must be 10 digits", }, email: "Please enter a valid email address", subject: "Please enter the subject", @@ -94,9 +94,9 @@ $(document).ready(function () { name: "Please enter your name", representative_name: "Please enter your representative name", mobile_number: { - required: "Please enter your phone number", - minlength: "Phone number must be 10 digits", - maxlength: "Phone number must be 10 digits", + required: "Please enter your mobile number", + minlength: "mobile number must be 10 digits", + maxlength: "mobile number must be 10 digits", }, email: "Please enter a valid email address", subject: "Please enter the subject", diff --git a/resources/views/Admin/Pages/manage_chat/manage_chat.blade.php b/resources/views/Admin/Pages/manage_chat/manage_chat.blade.php index bf53809..615d3bb 100644 --- a/resources/views/Admin/Pages/manage_chat/manage_chat.blade.php +++ b/resources/views/Admin/Pages/manage_chat/manage_chat.blade.php @@ -11,9 +11,10 @@