[MM-35061] - Welcome Email: Missing spacing between icon and paragraphs (#17567)

* [MM-35061] - Welcome Email: Missing spacing between icon and paragraphs

* Feedback impl

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
Allan Guwatudde
2021-05-05 12:57:15 +03:00
коммит произвёл GitHub
родитель 9f4902e188
Коммит fa0a408744

Просмотреть файл

@@ -67,14 +67,14 @@
<div style="position: relative;"> <div style="position: relative;">
<span> <span>
<img src="{{.Props.WorkSpacePath}}/static/images/c_avatar.png" <img src="{{.Props.WorkSpacePath}}/static/images/c_avatar.png"
style="height: 15px; width: 15px;" alt="c_avatar"> style="height: 15px; width: 15px; transform: translateY(2px);" alt="c_avatar">
</span> </span>
<span <span
style="font-family: Open Sans, Arial; font-style: normal; font-weight: 600; font-size: 16px; line-height: 24px; color: #3D3C40;"> style="font-family: Open Sans, Arial; font-style: normal; font-weight: 600; font-size: 16px; line-height: 24px; color: #3D3C40; margin-left: 8px;">
{{.Props.InviteInfo}} {{.Props.InviteInfo}}
</span> </span>
<p <p
style="font-family: Open Sans, Arial; font-style: normal; font-weight: 400; font-size: 14px; line-height: 20px; color: #3D3C40; margin-left: 18px"> style="font-family: Open Sans, Arial; font-style: normal; font-weight: 400; font-size: 14px; line-height: 20px; color: #3D3C40; margin-left: 26px;">
{{.Props.InviteSubInfo}} {{.Props.InviteSubInfo}}
<a style="text-decoration: none; color: #6DA4EB;" target="_blank" <a style="text-decoration: none; color: #6DA4EB;" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
@@ -86,15 +86,15 @@
<span> <span>
<span> <span>
<img src="{{.Props.WorkSpacePath}}/static/images/c_socket.png" <img src="{{.Props.WorkSpacePath}}/static/images/c_socket.png"
style="height: 15px; width: 15px;" alt="c_avatar"> style="height: 15px; width: 15px; transform: translateY(2px);" alt="c_avatar">
</span> </span>
</span> </span>
<span <span
style="font-family: Open Sans, Arial; font-style: normal; font-weight: 600; font-size: 16px; line-height: 24px; color: #3D3C40;"> style="font-family: Open Sans, Arial; font-style: normal; font-weight: 600; font-size: 16px; line-height: 24px; color: #3D3C40; margin-left: 8px;">
{{.Props.AddAppsInfo}} {{.Props.AddAppsInfo}}
</span> </span>
<p <p
style="font-family: Open Sans, Arial; font-style: normal; font-weight: 400; font-size: 14px; line-height: 20px; color: #3D3C40; margin-left: 18px;"> style="font-family: Open Sans, Arial; font-style: normal; font-weight: 400; font-size: 14px; line-height: 20px; color: #3D3C40; margin-left: 26px;">
{{.Props.AddAppsSubInfo}} {{.Props.AddAppsSubInfo}}
<a style="text-decoration: none; color: #6DA4EB;" target="_blank" <a style="text-decoration: none; color: #6DA4EB;" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
@@ -106,15 +106,15 @@
<span> <span>
<span> <span>
<img src="{{.Props.WorkSpacePath}}/static/images/c_download.png" <img src="{{.Props.WorkSpacePath}}/static/images/c_download.png"
style="height: 17px; width: 15px;" alt="c_avatar"> style="height: 17px; width: 15px; transform: translateY(5px);" alt="c_avatar">
</span> </span>
</span> </span>
<span <span
style="font-family: Open Sans, Arial; font-style: normal; font-weight: 600; font-size: 16px; line-height: 24px; color: #3D3C40;"> style="font-family: Open Sans, Arial; font-style: normal; font-weight: 600; font-size: 16px; line-height: 24px; color: #3D3C40; margin-left: 8px;">
{{.Props.DownloadMMInfo}} {{.Props.DownloadMMInfo}}
</span> </span>
<p <p
style="font-family: Open Sans, Arial; font-style: normal; font-weight: 400; font-size: 14px; line-height: 20px; color: #3D3C40; margin-left: 18px"> style="font-family: Open Sans, Arial; font-style: normal; font-weight: 400; font-size: 14px; line-height: 20px; color: #3D3C40; margin-left: 26px;">
{{.Props.SignInSubInfo}} <a {{.Props.SignInSubInfo}} <a
style="text-decoration: none; color: #6DA4EB;" target="_blank" style="text-decoration: none; color: #6DA4EB;" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"