Tweak multi-step header for app provisioning

- add "context" option to StickyCTA
 - tweak styles to better-include context
 - add header text to translations
This commit is contained in:
graham-dds
2019-10-02 15:42:19 -04:00
parent 237123d474
commit 9d34f11d84
6 changed files with 40 additions and 28 deletions

View File

@@ -14,7 +14,7 @@
{% block portfolio_header %}
{% include "portfolios/header.html" %}
{{ StickyCTA(text="Name and Describe New Application") }}
{{ StickyCTA(text="Name and Describe New Application", context="Step 1 of 3") }}
{% endblock %}
{% block application_content %}