Skip to content

Commit

Permalink
feat: mobile outlook manual & manual styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubnakielskixebia committed Jul 23, 2024
1 parent 50edfaa commit a866d06
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/xebia_email_signature/static/styles-new.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ a:visited {
font-size: .88rem;
}

.preview-manual li {
margin-bottom: 0.5rem;
}

label {
display: flex;
align-items: baseline;
Expand Down
19 changes: 19 additions & 0 deletions src/xebia_email_signature/templates/new_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,25 @@ <h2 class="preview-header">Installation guide:</h2>
</ol>
</div>

<div
class="preview-manual js-preview-manual-mobile-outlook-ios js-preview-manual-mobile-outlook-and"
>
<h2 class="preview-header">Installation guide:</h2>
<ol>
<li>Create the signature on your desktop Outlook.</li>
<li>
Compose a new email with the new signature and send it to
yourself.
</li>
<li>Open the email in Outlook on your mobile device.</li>
<li>Tap and hold on the signature to copy it.</li>
<li>
Go to Outlook settings on your mobile device, navigate to
<strong>Signature</strong>, and paste the copied signature.
</li>
</ol>
</div>

<h2 class="preview-header">Preview:</h2>
<iframe
class="preview-iframe"
Expand Down

0 comments on commit a866d06

Please sign in to comment.