[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>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
9f4902e188
Коммит
fa0a408744
@@ -67,14 +67,14 @@
|
||||
<div style="position: relative;">
|
||||
<span>
|
||||
<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
|
||||
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}}
|
||||
</span>
|
||||
<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}}
|
||||
<a style="text-decoration: none; color: #6DA4EB;" target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
@@ -86,15 +86,15 @@
|
||||
<span>
|
||||
<span>
|
||||
<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
|
||||
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}}
|
||||
</span>
|
||||
<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}}
|
||||
<a style="text-decoration: none; color: #6DA4EB;" target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
@@ -106,15 +106,15 @@
|
||||
<span>
|
||||
<span>
|
||||
<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
|
||||
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}}
|
||||
</span>
|
||||
<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
|
||||
style="text-decoration: none; color: #6DA4EB;" target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
|
||||
Ссылка в новой задаче
Block a user