Sticky header button styling
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
|
||||
|
||||
{% call StickyCTA(text="Funding") %}
|
||||
<a href="{{ url_for("task_orders.edit", portfolio_id=portfolio.id) }}" class="usa-button usa-button-primary">Start a new task order</a>
|
||||
<a href="{{ url_for("task_orders.edit", portfolio_id=portfolio.id) }}" class="usa-button usa-button-primary" type="submit">Start a new task order</a>
|
||||
{% endcall %}
|
||||
|
||||
<div class="portfolio-funding">
|
||||
|
@@ -7,7 +7,7 @@
|
||||
|
||||
{% block portfolio_content %}
|
||||
{% call StickyCTA(text="Review Funding") %}
|
||||
<a href="{{ url_for("task_orders.edit", portfolio_id=portfolio.id) }}" class="usa-button usa-button-primary" type="submit">Edit</a>
|
||||
<a href="{{ url_for("task_orders.edit", portfolio_id=portfolio.id) }}" class="usa-button usa-button-secondary" type="submit">Edit</a>
|
||||
<a href="{{ url_for("task_orders.edit", portfolio_id=portfolio.id) }}" class="usa-button usa-button-primary" type="submit">Submit task order</a>
|
||||
{% endcall %}
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
|
||||
<hr>
|
||||
|
||||
|
||||
<div class="h1">Review your task order</div>
|
||||
<p>Check to make sure the information you entered is correct. After submission, you will confirm this task order was signed by a contracting officer. Thereafter, you will be informed as soon as CCPO completes their review.</p>
|
||||
<div class="row">
|
||||
|
Reference in New Issue
Block a user