From 9a890c77ab2001c29d48a7de57cac2376e838f86 Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Mon, 3 Feb 2020 13:17:44 +0530 Subject: [PATCH] Add button style to default template --- email-templates/default.tpl | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/email-templates/default.tpl b/email-templates/default.tpl index e553d0c..810a42b 100644 --- a/email-templates/default.tpl +++ b/email-templates/default.tpl @@ -23,6 +23,19 @@ border-radius: 5px; } + .button { + background: #7f2aff; + border-radius: 3px; + text-decoration: none !important; + color: #fff !important; + font-weight: bold; + padding: 10px 30px; + display: inline-block; + } + .button:hover { + background: #111; + } + .footer { text-align: center; font-size: 12px;