initial commit
This commit is contained in:
commit
93d8310491
46 changed files with 3379 additions and 0 deletions
39
templates/email/styles.html
Normal file
39
templates/email/styles.html
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
{{define "styles"}}
|
||||
<style type="text/css">
|
||||
body {
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: 'Helvetica Neue', Verdana, sans-serif;
|
||||
color: #107A94;
|
||||
}
|
||||
/* -------------------------------------
|
||||
LINKS & BUTTONS
|
||||
------------------------------------- */
|
||||
a {
|
||||
color: #348eda;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
text-decoration: none;
|
||||
color: #FFF;
|
||||
background-color: #348eda;
|
||||
border: solid #348eda;
|
||||
border-width: 10px 20px;
|
||||
line-height: 2em;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
border-radius: 5px;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
footer {
|
||||
background-color: #8AB8CE;
|
||||
}
|
||||
|
||||
</style>
|
||||
{{end}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue