default.html
16 lines
| 1 | <div style="padding: 20px; background-color: #f0f0f0; font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;"> |
| 2 | <div style="background-color: #fff; padding: 30px; margin: 0px auto; max-width: 450px; box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.2); border-radius: 6px;"> |
| 3 | <div style="margin: 0px auto 30px auto; border-bottom: 1px solid #eee; padding-bottom: 20px;"> |
| 4 | <table style="width: 100%;"> |
| 5 | <tr> |
| 6 | <td>{{business_logo_image}}</td> |
| 7 | <td style="text-align: right;"><span style="color: #7b7b7b;">Questions?</span><br/><strong>{{business_phone}}</strong></td> |
| 8 | </tr> |
| 9 | </table> |
| 10 | </div> |
| 11 | <div style="font-size: 16px; line-height: 1.5;"> |
| 12 | {{content}} |
| 13 | </div> |
| 14 | </div> |
| 15 | <div style="max-width: 450px; margin: 10px auto; text-align: center;">{{business_address}}</div> |
| 16 | </div> |