Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions assets/less/appeal-128.less
Original file line number Diff line number Diff line change
Expand Up @@ -365,17 +365,9 @@ main {
text-decoration-color: var(--color-purple-50);
}

#footer .mzla {
display: grid;
place-items: center;
gap: 15px;
text-align: center;
max-inline-size: 75ch;
}

#footer .mozilla-logo {
#footer .mozilla-logo svg {
--accent: white;
max-width: 200px;
max-width: 10rem;
}

#footer .site-links,
Expand Down
17 changes: 2 additions & 15 deletions assets/less/new/components/appeal-footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,9 @@
text-decoration-color: var(--color-purple-50);
}

#footer .mzla {
display: grid;
place-items: center;
gap: 0.9375rem;
text-align: center;
max-inline-size: 75ch;
}

#footer .mozilla-logo {
#footer .mozilla-logo svg {
--accent: white;
width: 7.6875rem;
max-width: 100%;
svg {
width: 100%;
height: 100%;
}
max-width: 10rem;
}

#footer .site-links,
Expand Down
16 changes: 2 additions & 14 deletions assets/less/new/components/footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,12 @@ footer {
display: flex;
gap: 30px;
flex-wrap: wrap;
justify-content: center;
}

.legal-links {
font-size: 1rem;
}



.mozilla-logo {
.mozilla-logo svg {
--accent: white;
max-width: 200px;
max-width: 10rem;
}

#footer {
Expand All @@ -45,10 +39,4 @@ footer {
min-height: 10rem;
display: flex;
justify-content: center;


.mzla {
justify-content: flex-start;
align-content: center;
}
}
7 changes: 2 additions & 5 deletions assets/less/new/components/updates-footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@
color: var(--color-gray-20);
}

.mozilla-logo {
.mozilla-logo svg {
--accent: white;
}

.mzla, .mozilla-logo {
max-height: 12.625rem;
max-width: 10rem;
}

.mzla, .legal-links, .footer-inner {
Expand Down
12 changes: 2 additions & 10 deletions media/css/appeal/spring24.css
Original file line number Diff line number Diff line change
Expand Up @@ -779,17 +779,9 @@ main {
text-decoration-color: var(--color-purple-50);
}

#footer .mzla {
display: grid;
place-items: center;
gap: 15px;
text-align: center;
max-inline-size: 75ch;
}

#footer .mozilla-logo {
#footer .mozilla-logo svg {
--accent: white;
max-width: 200px;
max-width: 10rem;
}

#footer .site-links,
Expand Down
4 changes: 2 additions & 2 deletions media/svg/Mozilla_Logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions media/svg/mozilla-logo-wordmark.svg

This file was deleted.

7 changes: 3 additions & 4 deletions sites/updates.thunderbird.net/includes/base/footer.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{% set use_new_mozilla_logo = use_new_mozilla_logo|default(False) %}
<footer id="footer">
<section class="footer-inner">
<div class="mzla">
<a href="https://mozilla.org" class="mozilla-logo" title="{{ _('Mozilla') }}">
{{ svg('mozilla-lockup') }}
<a href="{{ url('mozorg.home') }}" class="mozilla-logo" title="{{ _('Mozilla') }}">
{{ svg('Mozilla_Logo') }}
</a>
</div>
<div class="legal-links">
Expand All @@ -21,4 +20,4 @@
data-link-name="guidelines">{{ _('Participation Guidelines') }}</a>
</div>
</section>
</footer>
</footer>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#}

{% set active_page = "appeal-apr25" %}
{% set use_new_mozilla_logo = True %}

{# For donation url generation #}
{% set fru_form_id = fru_form_id|default('apr25') %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
{% set utm_source = utm_source|default('new_tab') %}
{% set utm_medium = utm_source|default('desktop') %}
{% set donation_base_url = donation_base_url|default(url('updates.140.appeal.jun25a.donate')) %}
{% set use_new_mozilla_logo = True %}
{# Disable the donation banner on this redirect page, we set this to false in the actual donation page. #}
{% set disable_donation_blocked_notice = disable_donation_blocked_notice|default(True) %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
{% set utm_source = utm_source|default('new_tab') %}
{% set utm_medium = utm_source|default('desktop') %}
{% set donation_base_url = donation_base_url|default(url('updates.140.appeal.jun25b.donate')) %}
{% set use_new_mozilla_logo = True %}
{# Disable the donation banner on this redirect page, we set this to false in the actual donation page. #}
{% set disable_donation_blocked_notice = disable_donation_blocked_notice|default(True) %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

{% set active_page = "whatsnew-140" %}
{% set page_title_text = _('Thunderbird Eclipse') %}
{% set use_new_mozilla_logo = True %}
{% extends "includes/base/base.html" %}

{% block page_title %}{{ page_title_text }}{% endblock %}
Expand Down
4 changes: 2 additions & 2 deletions sites/www.thunderbird.net/includes/appeal-footer.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="mzla">
<a href="https://mozilla.org" class="mozilla-logo">
<a href="{{ url('mozorg.home') }}" class="mozilla-logo">
{{ svg('Mozilla_Logo') }}
</a>
<div class="legal-links">
Expand All @@ -16,4 +16,4 @@
<a href="{{ url('guidelines') }}" data-link-type="footer"
data-link-name="guidelines">{{ _('Participation Guidelines') }}</a>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion sites/www.thunderbird.net/includes/base/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h4>{{ _('Contribute') }}</h4>
</div>
</div>
<div class="mzla">
<a href="https://mozilla.org" class="mozilla-logo">
<a href="{{ url('mozorg.home') }}" class="mozilla-logo">
{{ svg('Mozilla_Logo') }}
</a>
<div class="legal-links">
Expand Down