-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logo, Column One & Column Two Color Scheme Adjustments #52
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Antonino Del Fiume <[email protected]>
@@ -19,9 +19,9 @@ | |||
<td style="width: 100%; text-align: {{ headerLogoAlign }};" valign="{{ headerLogoAlign }}"> | |||
<![endif]--> | |||
{% if headerLogoHeight > 0 %} | |||
<img data-bsi-element-part="{{ headerLogoPartId }}" src="{{ headerLogoSrc }}" height="{{ headerLogoHeight }}" alt="" style="margin: 0; display: inline-block; width: auto; max-width: 100%; height: {{ headerLogoHeight }}px;" /> | |||
<img data-bsi-element-part="{{ headerLogoPartId }}" src="{{ headerLogoSrc }}" class="headerLogo" height="{{ headerLogoHeight }}" alt="" style="margin: 0; display: inline-block; width: auto; max-width: 100%; height: {{ headerLogoHeight }}px;" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
brauchen wir die Klasse?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fehlt in diesem Template nicht das dark-mode-bild?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ich bin verwirrt - was ist der Unterschied zwischen header-logo und logo?
<td width="30" style="background-color: {{ npsButtonBackgroundColor }}; text-align: center; vertical-align: middle;" > | ||
<a href = "" class="nps-dm-button" data-bsi-element-part="link0" style="background-color: {{ npsButtonBackgroundColor }}; mso-line-height-rule: exactly; font-size: {{ npsFontSize }}px; line-height: {{ npsFontSize }}px; font-family: {{ npsFontFamily }}; color: {{ npsButtonColor }}; font-weight: {{ npsFontWeight }}; text-decoration: none; mso-border-alt: none; border-radius: {{ npsBorderRadius }}px; display: inline-block; text-align:center; word-break: keep-all; text-underline-color: {{ npsButtonBackgroundColor }};">1</a> | ||
</td> | ||
<td width="5" style="width: 5px;"></td> | ||
<td width="30" style="background-color: {{ npsButtonBackgroundColor }}; text-align: center; vertical-align: middle;"> | ||
<a href = "" class="nps-dm-button" data-bsi-element-part="link1" style="background-color: {{ npsButtonBackgroundColor }}; mso-line-height-rule: exactly; font-size: {{ npsFontSize }}px; line-height: {{ npsFontSize }}px; font-family: {{ npsFontFamily }}; color: {{ npsButtonColor }}; font-weight: {{ npsFontWeight }}; text-decoration: none; mso-border-alt: none; border-radius: {{ npsBorderRadius }}px; display: inline-block; text-align:center; word-break: keep-all; text-underline-color: {{ npsButtonBackgroundColor }};">2</a> | ||
</td> | ||
<td width="5" style="width: 5px;"></td> | ||
<td width="30" style="background-color: {{ npsButtonBackgroundColor }}; text-align: center; vertical-align: middle;"> | ||
<a href = "" class="nps-dm-button" data-bsi-element-part="link2" style="background-color: {{ npsButtonBackgroundColor }}; mso-line-height-rule: exactly; font-size: {{ npsFontSize }}px; line-height: {{ npsFontSize }}px; font-family: {{ npsFontFamily }}; color: {{ npsButtonColor }}; font-weight: {{ npsFontWeight }}; text-decoration: none; mso-border-alt: none; border-radius: {{ npsBorderRadius }}px; display: inline-block; text-align:center; word-break: keep-all; text-underline-color: {{ npsButtonBackgroundColor }};">3</a> | ||
</td> | ||
<td width="5" style="width: 5px;"></td> | ||
<td width="30" style="background-color: {{ npsButtonBackgroundColor }}; text-align: center; vertical-align: middle;"> | ||
<a href = "" class="nps-dm-button" data-bsi-element-part="link3" style="background-color: {{ npsButtonBackgroundColor }}; mso-line-height-rule: exactly; font-size: {{ npsFontSize }}px; line-height: {{ npsFontSize }}px; font-family: {{ npsFontFamily }}; color: {{ npsButtonColor }}; font-weight: {{ npsFontWeight }}; text-decoration: none; mso-border-alt: none; border-radius: {{ npsBorderRadius }}px; display: inline-block; text-align:center; word-break: keep-all; text-underline-color: {{ npsButtonBackgroundColor }};">4</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Twig for-each?
/* Behaviour Col 2/3 in Col 1 */ | ||
.bsi-col-one .dropzone-col-two-left { | ||
padding: 10px 10px 10px 0px !important; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ist das mit Outlook / Litmus getestet?
/* Hide dark-mode logo on default */ | ||
.headerLogoDarkMode { | ||
display: none; | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Versteckst du es nur hier? Glaube nicht, dass das gut geht.
Mein Ansatz: im HTML ein style="display: none" setzen und im scss ein "display: block !important;"
Logo Light/Dark Mode Variant
Column Background Style
Column Two in Column One Adjustments