diff --git a/core/templates/core/email/payslip_email.html b/core/templates/core/email/payslip_email.html index 48c203f..e235b6b 100644 --- a/core/templates/core/email/payslip_email.html +++ b/core/templates/core/email/payslip_email.html @@ -5,8 +5,9 @@ body { font-family: Arial, sans-serif; line-height: 1.6; color: #333; } .container { max-width: 600px; margin: 0 auto; border: 1px solid #ddd; padding: 20px; } .header { text-align: center; border-bottom: 2px solid #333; padding-bottom: 10px; margin-bottom: 20px; } - .title { font-size: 24px; font-weight: bold; text-transform: uppercase; color: #000; } - .subtitle { font-size: 14px; color: #666; margin-top: 5px; } + .beneficiary-name { font-size: 24px; font-weight: bold; text-transform: uppercase; color: #000; } + .sub-header { font-size: 14px; color: #666; margin-bottom: 5px; } + .title { font-size: 18px; font-weight: bold; color: #666; } .meta { margin-bottom: 20px; background-color: #f8f9fa; padding: 10px; border-radius: 4px; } .items-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; } .items-table th, .items-table td { border-bottom: 1px solid #eee; padding: 8px; text-align: left; } @@ -21,12 +22,13 @@