CHANGE_logo_fix_final_5 - VADIVEL J 2025-09-20
This commit is contained in:
parent
9e0261317e
commit
bd61daa0aa
@ -5,9 +5,28 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Email Notification</title>
|
<title>Email Notification</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.mail-template-footer {
|
||||||
|
max-width: 500px;
|
||||||
|
background: #ffffff;
|
||||||
|
border-top: 1px solid #00999E;
|
||||||
|
width: 100%; /* default: allow full width */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* On screens smaller than 600px → force 100% */
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.mail-template-footer {
|
||||||
|
max-width: 100% !important;
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="max-width:500px;background:#ffffff; border-top:1px solid #00999E;">
|
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="mail-template-footer">
|
||||||
<tr style="background-color: #ffffff;">
|
<tr style="background-color: #ffffff;">
|
||||||
<td align="center" valign="middle" style="padding-top:5px;">
|
<td align="center" valign="middle" style="padding-top:5px;">
|
||||||
<img src="<?= base_url('/public/assets/images/Nhance-Logo-Final.png'); ?>"
|
<img src="<?= base_url('/public/assets/images/Nhance-Logo-Final.png'); ?>"
|
||||||
|
|||||||
@ -7,9 +7,31 @@
|
|||||||
<title>Email Notification</title>
|
<title>Email Notification</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
|
||||||
|
.mail-template-header {
|
||||||
|
max-width: 500px;
|
||||||
|
background: #ffffff;
|
||||||
|
border-bottom: 1px solid #00999E;
|
||||||
|
width: 100%; /* default: allow full width */
|
||||||
|
}
|
||||||
|
|
||||||
|
/* On screens smaller than 600px → force 100% */
|
||||||
|
@media screen and (max-width: 600px) {
|
||||||
|
.mail-template-header {
|
||||||
|
max-width: 100% !important;
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="max-width:500px; background:#ffffff; border-bottom:1px solid #00999E;">
|
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="mail-template-header">
|
||||||
<tr style="height:90px; background-color: #ffffff;">
|
<tr style="height:90px; background-color: #ffffff;">
|
||||||
<td align="left" valign="middle" style="padding:20px;" width="50%">
|
<td align="left" valign="middle" style="padding:20px;" width="50%">
|
||||||
<img src="<?= base_url('/public/uploads/logo/'.$client_data['client_logo']); ?>"
|
<img src="<?= base_url('/public/uploads/logo/'.$client_data['client_logo']); ?>"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user