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
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ <h2 class="moz24-footer-heading-social">{{ ftl('footer-refresh-follow-firefox')
<div class="moz24-footer-actions">
<a class="moz24-footer-donate" href="{{ donate_url(location='moco-donate-footer') }}" data-link-text="Donate">
<span class="mzp-c-button-icon-start">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g clip-path="url(#a)"><path fill="currentColor" d="M14.8 8.25c.77-.77 1.2-1.8 1.2-2.9a4.094 4.094 0 0 0-4.1-4.1c-1.1 0-2.12.43-2.9 1.2L7.99 3.46 6.98 2.45c-.77-.77-1.8-1.2-2.9-1.2a4.094 4.094 0 0 0-4.1 4.1c0 1.1.43 2.12 1.2 2.9l6.8 6.8 6.8-6.8zM1.5 5.35c0-.7.27-1.35.76-1.83.49-.49 1.14-.76 1.84-.76s1.34.27 1.84.76l2.07 2.07 2.07-2.07c.98-.98 2.69-.98 3.67 0a2.595 2.595 0 0 1 0 3.67l-5.74 5.74-5.75-5.74c-.49-.49-.76-1.14-.76-1.84"/></g><defs><clipPath id="a"><path d="M0 0h16v16H0z"/></clipPath></defs></svg>
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14.8005 8.25C15.5705 7.48 16.0005 6.45 16.0005 5.35C16.0005 4.25 15.5705 3.23 14.8005 2.45C14.0305 1.68 13.0005 1.25 11.9005 1.25C10.8005 1.25 9.7805 1.68 9.0005 2.45L7.9905 3.46L6.9805 2.45C6.2105 1.68 5.1805 1.25 4.0805 1.25C2.9805 1.25 1.96047 1.68 1.18047 2.45C0.410469 3.22 -0.0195312 4.25 -0.0195312 5.35C-0.0195312 6.45 0.410469 7.47 1.18047 8.25L7.9805 15.05L14.7805 8.25H14.8005ZM1.50047 5.35C1.50047 4.65 1.77047 4 2.2605 3.52C2.7505 3.03 3.4005 2.76 4.1005 2.76C4.8005 2.76 5.4405 3.03 5.9405 3.52L8.0105 5.59L10.0805 3.52C11.0605 2.54 12.7705 2.54 13.7505 3.52C14.2405 4.01 14.5105 4.66 14.5105 5.35C14.5105 6.04 14.2405 6.7 13.7505 7.19L8.0105 12.93L2.2605 7.19C1.77047 6.7 1.50047 6.05 1.50047 5.35Z" fill="#fff"/>
</svg>
</span>
<span class="mzp-c-button-icon-text">{{ ftl('footer-refresh-donate') }}</span>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ <h2 class="mozads-section-heading">Extend reach. Deepen Trust. Start today.</h2>
Contact Sales

<span class="mzp-c-button-icon-end">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="currentColor" d="M9.25 1.5h4.19L7.12 7.82l1.06 1.06 6.32-6.32v4.19H16V0H9.25z"/><path fill="currentColor" d="M12 9h-1.5v5.5h-9v-9H7V4H0v12h12z"/></svg>
</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<path d="M9.25 1.5h4.189L7.116 7.823l1.061 1.06L14.5 2.56v4.19H16V0H9.25v1.5z" fill="currentColor"/>
<path d="M11.972 9h-1.5v5.5h-9v-9h5.5V4h-7v12h12V9z" fill="currentColor"/>
</svg>
</span>
</a>
</div>
</div>
Expand Down
4 changes: 4 additions & 0 deletions media/css/m24/components/footer-refresh.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ $max-footer-content-width: $content-max;
}
}

.mzp-c-button-icon-end {
width: 24px;
}

.mzp-c-button-icon-text span {
@include visually-hidden;
}
Expand Down