feat(notification): new mail templates (#1579)

* fix: new template light only

* add border radius to img

* system first font, font weight

* fix: change email template

* fix: go mod

* update ref

* fix: template

Co-authored-by: fabi <fabienne.gerschwiler@gmail.com>
This commit is contained in:
Max Peintner
2021-04-16 14:55:55 +02:00
committed by GitHub
parent a3abdecb33
commit 057537cc82
12 changed files with 344 additions and 669 deletions

View File

@@ -15,6 +15,7 @@ const (
Step10
Step11
Step12
Step13
//StepCount marks the the length of possible steps (StepCount-1 == last possible step)
StepCount
)