Merge pull request #1237 from mozilla/quick-style-banner

style banner
This commit is contained in:
Danny Coates 2019-03-13 11:42:14 -07:00 committed by GitHub
commit 555c615711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ class Promo extends Component {
createElement() { createElement() {
return html` return html`
<send-promo <send-promo
class="w-full flex-none flex flex-row items-center content-center justify-center text-sm bg-grey-light leading-tight text-grey-darkest px-4 py-3" class="w-full flex-none flex-row items-center content-center justify-center text-sm bg-grey-light leading-tight text-grey-darkest px-4 py-3 hidden md:flex"
> >
<div class="flex items-center mx-auto"> <div class="flex items-center mx-auto">
<img <img
@ -23,7 +23,7 @@ class Promo extends Component {
alt="Firefox" alt="Firefox"
/> />
<span class="ml-3" <span class="ml-3"
>Send is brought to you by the all-new Firefox. >Send is brought to you by the all-new Firefox.${' '}
<a <a
class="text-blue" class="text-blue"
href="https://www.mozilla.org/firefox/new/?utm_campaign=send-acquisition&utm_medium=referral&utm_source=send.firefox.com" href="https://www.mozilla.org/firefox/new/?utm_campaign=send-acquisition&utm_medium=referral&utm_source=send.firefox.com"