mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 12:17:32 -04:00 
			
		
		
		
	Merge pull request #3998 from beganovich/v2-email-plain-background
Add background to plain e-mail design
This commit is contained in:
		
						commit
						e86fc56c0b
					
				
							
								
								
									
										2
									
								
								public/css/app.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								public/css/app.css
									
									
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @ -1,6 +1,6 @@ | ||||
| { | ||||
|     "/js/app.js": "/js/app.js?id=baf7fef12d5e65c3d9ff", | ||||
|     "/css/app.css": "/css/app.css?id=733876eca1ef8a36e2c3", | ||||
|     "/css/app.css": "/css/app.css?id=f18a756ffeb35f22c518", | ||||
|     "/js/clients/invoices/action-selectors.js": "/js/clients/invoices/action-selectors.js?id=d244486b16dc6f94a726", | ||||
|     "/js/clients/invoices/payment.js": "/js/clients/invoices/payment.js?id=d7e708d66a9c769b4c6e", | ||||
|     "/js/clients/payment_methods/authorize-ach.js": "/js/clients/payment_methods/authorize-ach.js?id=9e6495d9ae236b3cb5ad", | ||||
|  | ||||
| @ -1,12 +1,16 @@ | ||||
| <!DOCTYPE html> | ||||
| <html lang="{{ App::getLocale() }}" class="bg-white"> | ||||
| 
 | ||||
| <head> | ||||
|  	<meta charset="utf-8"> | ||||
| 	<meta charset="utf-8"> | ||||
| </head> | ||||
| <body> | ||||
| 
 | ||||
| <body class="bg-white p-4"> | ||||
| 	{!! $body !!} | ||||
| </body> | ||||
| <footer> | ||||
| 
 | ||||
| <footer class="p-4"> | ||||
| 	{!! $footer !!} | ||||
| </footer> | ||||
| 
 | ||||
| </html> | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user