diff --git a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss index cec48e82b..75712180d 100644 --- a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss +++ b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss @@ -265,6 +265,7 @@ td.table-empty-message { margin-bottom: units(2); .usa-form-group { @include u-width("mobile-lg"); + margin-top: units(2); } input#search { width: 100%; @@ -397,6 +398,11 @@ td.table-empty-message { background-image: url(../img/material-icons/description.svg); } } + .get-started { + border: 1px solid color("gray-90"); + padding: units(2); + margin-bottom: units(4); + } } .dashboard-table { diff --git a/app/main/views/send.py b/app/main/views/send.py index 3d83d10f3..a6601840d 100644 --- a/app/main/views/send.py +++ b/app/main/views/send.py @@ -739,7 +739,7 @@ def all_placeholders_in_session(placeholders): def get_send_test_page_title(template_type, entering_recipient, name=None): if entering_recipient: - return "Send ‘{}’".format(name) + return "Select recipients" return "Personalize this message" diff --git a/app/templates/components/folder-path.html b/app/templates/components/folder-path.html index b6615a2da..eb5bc2731 100644 --- a/app/templates/components/folder-path.html +++ b/app/templates/components/folder-path.html @@ -4,7 +4,7 @@ template_type, current_user, link_current_item=False, - root_element='h1' + root_element='h2' ) %} <{{ root_element }} class="font-body-lg folder-heading margin-bottom-0"{% if root_element == 'h1' %} id="page-header"{% endif %}> {% for folder in folders %} diff --git a/app/templates/components/live-search.html b/app/templates/components/live-search.html index 9df46fd1a..58683e957 100644 --- a/app/templates/components/live-search.html +++ b/app/templates/components/live-search.html @@ -17,7 +17,7 @@ {% endif %} {% if show %} -