diff --git a/app/Views/leads_form.php b/app/Views/leads_form.php index aa40bc28..2807ce7e 100644 --- a/app/Views/leads_form.php +++ b/app/Views/leads_form.php @@ -81,6 +81,17 @@ visibility: visible; opacity: 1; } + + /* dont forgot it keep it safe card and card body space remover */ /* bcoz in design */ + .card-body{ margin-top: 0px !important; } + + /* this css as per design so not declare in golbal */ /* bcoz in design */ + #collapseOne{ + border: 1px solid #BFF3F5 !important; + border-radius: 10px !important; + border-width: 1px !important; + } +