浏览代码

Add button style to default template

Kailash Nadh 5 年之前
父节点
当前提交
9a890c77ab
共有 1 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      email-templates/default.tpl

+ 13 - 0
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;