Feat: Implement email notification about new disposition
This commit is contained in:
+15
-10
@@ -9,18 +9,20 @@
|
||||
<mj-style>
|
||||
h1 {
|
||||
font-weight: bold;
|
||||
font-size: 32px;
|
||||
line-height: 36px;
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
h2 {
|
||||
font-weight: normal;
|
||||
font-size: 24px;
|
||||
line-height: 28px;
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
h2 {
|
||||
font-weight: normal;
|
||||
font-size: 20px;
|
||||
line-height: 24px;
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
p {
|
||||
font-size: 16px;
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
p.small {
|
||||
@@ -43,11 +45,14 @@
|
||||
padding: 8px 16px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
</mj-style>
|
||||
</mj-head>
|
||||
<mj-body background-color="#666666">
|
||||
<mj-hero mode="fluid-height" height="285px" background-color="#FFFFFF" padding-top="20px" padding-bottom="20px">
|
||||
<mj-image src="{{ email.image('@images/logo.png') }}" width="200px" align="left" alt="Logo E&P" />
|
||||
<mj-hero mode="fluid-height" height="285px" background-color="#FFFFFF" padding-top="10px" padding-bottom="10px">
|
||||
<mj-image src="{{ email.image('@images/logo.png') }}" width="160px" align="left" alt="Logo E&P" />
|
||||
</mj-hero>
|
||||
<mj-section background-color="#FFFFFF" border-top="1px solid #3d8ccb">
|
||||
<mj-column>
|
||||
@@ -65,7 +70,7 @@
|
||||
</h2>
|
||||
<p>
|
||||
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Architecto culpa delectus dolores
|
||||
earum eius fugiat in nesciunt quas quidem vitae?
|
||||
<strong>earum eius fugiat in nesciunt quas quidem vitae</strong>?
|
||||
</p>
|
||||
<p>
|
||||
<a href="#" class="button">
|
||||
|
||||
Reference in New Issue
Block a user