diff --git a/styles/components/_sticky_cta.scss b/styles/components/_sticky_cta.scss index e15eadaa..2fd1424e 100644 --- a/styles/components/_sticky_cta.scss +++ b/styles/components/_sticky_cta.scss @@ -13,13 +13,20 @@ .sticky-cta-container { display: flex; - justify-content: center; + align-items: center; background-color: $color-gray-lightest; border-top: 1px solid $color-gray-lighter; border-bottom: 1px solid $color-gray-lighter; - padding: 0 40px 0 40px; + padding: 0 $gap * 2 0 $gap * 5; box-shadow: $box-shadow; + + a { + margin: $gap $gap * 1.5 $gap 0; + width: 19rem; + height: 3.2rem; + font-size: $small-font-size; + } } .sticky-cta-text { @@ -28,12 +35,4 @@ .sticky-cta-buttons { display: flex; - justify-content: center; - - button { - margin-top: auto; - margin-bottom: auto; - width: 144px; - margin-left: 33px; - } } diff --git a/templates/portfolios/task_orders/index.html b/templates/portfolios/task_orders/index.html index bd2eb316..2df23b45 100644 --- a/templates/portfolios/task_orders/index.html +++ b/templates/portfolios/task_orders/index.html @@ -65,7 +65,7 @@ {% call StickyCTA(text="Funding") %} - Start a new task order + Start a new task order {% endcall %}
diff --git a/templates/portfolios/task_orders/review.html b/templates/portfolios/task_orders/review.html index 5a4e376d..37105715 100644 --- a/templates/portfolios/task_orders/review.html +++ b/templates/portfolios/task_orders/review.html @@ -7,7 +7,7 @@ {% block portfolio_content %} {% call StickyCTA(text="Review Funding") %} - Edit + Edit Submit task order {% endcall %} @@ -19,7 +19,6 @@
-
Review your task order

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.