diff --git a/app/assets/v2/css/base.css b/app/assets/v2/css/base.css index 8150293ff7d..6a32b314d6d 100644 --- a/app/assets/v2/css/base.css +++ b/app/assets/v2/css/base.css @@ -674,6 +674,24 @@ input[type=text].loading { margin-left: 0px; } +.bottom_notification-beyond { + background: #000; + position: relative; + background-image: linear-gradient(90deg, #000, rgba(15, 206, 124, 0.7), #000), url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' opacity='1' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='20' height='20' rx='3.5' stroke='rgba(15, 206, 124, 0.7)'/%3E%3C/svg%3E%0A"); + background-repeat: no-repeat, repeat-x; + background-size: 100%, 24px; + background-position: center, 100% center; + animation: bg-move 17s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite; +} +@keyframes bg-move { + 0% { + background-position: center, 0 center; + } + 100% { + background-position: center, 100% center; + } +} + .metamask_recc { width: 45%; display: inline-block; diff --git a/app/dashboard/templates/ftux/onboard.html b/app/dashboard/templates/ftux/onboard.html index 8c0b452e3ae..865630d68bc 100644 --- a/app/dashboard/templates/ftux/onboard.html +++ b/app/dashboard/templates/ftux/onboard.html @@ -30,8 +30,8 @@ {% include 'shared/tag_manager_2.html' %} + {% include 'shared/top_nav.html' with class='d-md-flex' %}
- {% include 'shared/top_nav.html' with class='d-md-flex' %} {% include 'home/nav.html' %}
diff --git a/app/retail/templates/about.html b/app/retail/templates/about.html index 69eee0d5d7c..b907483dfb7 100644 --- a/app/retail/templates/about.html +++ b/app/retail/templates/about.html @@ -27,8 +27,8 @@ {% include 'shared/tag_manager_2.html' %} + {% include 'shared/top_nav.html' with class='d-md-flex' %}
- {% include 'shared/top_nav.html' with class='d-md-flex' %} {% include 'home/nav.html' %} {% include 'shared/minihero.html' with h1='About' %}
diff --git a/app/retail/templates/products.html b/app/retail/templates/products.html index 77893ec855a..d9d0960140c 100644 --- a/app/retail/templates/products.html +++ b/app/retail/templates/products.html @@ -28,8 +28,8 @@ {% include 'shared/tag_manager_2.html' %} + {% include 'shared/top_nav.html' with class='d-md-flex' %}
- {% include 'shared/top_nav.html' with class='d-md-flex' %} {% include 'home/nav.html' %}
diff --git a/app/retail/templates/shared/top_nav.html b/app/retail/templates/shared/top_nav.html index c0e3800d0c9..ebd89ec7598 100644 --- a/app/retail/templates/shared/top_nav.html +++ b/app/retail/templates/shared/top_nav.html @@ -18,12 +18,12 @@ {% load i18n static matches %} -
+
- {% blocktrans %}The Beyond Blockchain Hackathon was just announced! - A three week virtual hackathon where global developers + entrepeneurs will collaborate to push blockchain applications to new frontiers of business + technology + social change Sign up today.{% endblocktrans %} + {% blocktrans %}There's still time! Participate in Beyond Blockchain Virtual Hackathon happening now! View the Prizes.{% endblocktrans %} - X + ×