From 165c521cf1d79892ba72fcfcf4cfb5a2b4979905 Mon Sep 17 00:00:00 2001 From: meghamalore Date: Tue, 11 Jun 2024 14:55:36 +0530 Subject: [PATCH] bugs fixes --- public/assets/css/FrontendCss/style.css | 28 ++++++++++ public/assets/css/FrontendCss/style2.css | 28 ++++++++++ public/assets/css/style.bundle.css | 4 ++ public/assets/css/style.css | 2 +- .../Frontend/Pages/profile/company.blade.php | 56 ++++++++++++++----- .../Frontend/Pages/profile/huf.blade.php | 28 ++++++---- .../Pages/profile/individual.blade.php | 44 +++++++++------ .../Frontend/Pages/profile/nri.blade.php | 32 ++++++----- .../Frontend/Pages/profile/others.blade.php | 28 ++++++---- .../Pages/profile/partnership.blade.php | 36 +++++++----- 10 files changed, 201 insertions(+), 85 deletions(-) diff --git a/public/assets/css/FrontendCss/style.css b/public/assets/css/FrontendCss/style.css index 98276c5..b7362e7 100644 --- a/public/assets/css/FrontendCss/style.css +++ b/public/assets/css/FrontendCss/style.css @@ -6449,4 +6449,32 @@ ul.notification-drop { .admin-profile .dropdown { display: flex; align-items: center; +} + +/* for testimonials */ + +.inn_to_testi { + width: 80%; + background: #fff; + box-shadow: 0 0 16px 0px #d7d7d7; + padding: 20px; + vertical-align: middle; + border-radius: 10px; + height: 200px; + display: flex; + flex-direction: column; + justify-content: center; +} + +.testi_slider_sec .inn_testi { + padding: 20px; +} + +.inn_to_testi h2 { + font-size: 22px; + margin-bottom: 30px; +} + +.inn_to_testi p { + margin: 0; } \ No newline at end of file diff --git a/public/assets/css/FrontendCss/style2.css b/public/assets/css/FrontendCss/style2.css index 2651b59..4feb291 100644 --- a/public/assets/css/FrontendCss/style2.css +++ b/public/assets/css/FrontendCss/style2.css @@ -799,3 +799,31 @@ a.golden-btn { .main-banner .banner-card p { text-align: left; } + +/* for testimonials */ + +.inn_to_testi { + width: 80%; + background: #fff; + box-shadow: 0 0 16px 0px #d7d7d7; + padding: 20px; + vertical-align: middle; + border-radius: 10px; + height: 200px; + display: flex; + flex-direction: column; + justify-content: center; + } + + .testi_slider_sec .inn_testi { + padding: 20px; + } + + .inn_to_testi h2 { + font-size: 22px; + margin-bottom: 30px; + } + + .inn_to_testi p { + margin: 0; + } diff --git a/public/assets/css/style.bundle.css b/public/assets/css/style.bundle.css index 5954dea..fd608a0 100644 --- a/public/assets/css/style.bundle.css +++ b/public/assets/css/style.bundle.css @@ -57951,3 +57951,7 @@ table.dataTable tbody tr { background: #eff2f5; color: #000; } + +.dataTables_wrapper { + overflow-x: auto; +} diff --git a/public/assets/css/style.css b/public/assets/css/style.css index d4e9ee4..00d5653 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -1336,7 +1336,7 @@ td a.action_icon { tr.odd td:last-child, tr.even td:last-child { - display: flex; + /* display: flex; */ justify-content: center; } diff --git a/resources/views/Frontend/Pages/profile/company.blade.php b/resources/views/Frontend/Pages/profile/company.blade.php index 1228ebe..584d90b 100644 --- a/resources/views/Frontend/Pages/profile/company.blade.php +++ b/resources/views/Frontend/Pages/profile/company.blade.php @@ -1,5 +1,8 @@ @extends('Frontend.layouts.master') @section('style') + + +