diff --git a/.github/actions/setup-project/action.yml b/.github/actions/setup-project/action.yml index db1540fad..9315b7172 100644 --- a/.github/actions/setup-project/action.yml +++ b/.github/actions/setup-project/action.yml @@ -15,7 +15,7 @@ runs: python-version: "3.12.3" - name: Install poetry shell: bash - run: pip install poetry + run: pip install poetry==1.8.5 - name: Install application dependencies shell: bash run: make bootstrap diff --git a/Makefile b/Makefile index ed9baf394..9e0eeb46e 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,6 @@ NVMSH := $(shell [ -f "$(HOME)/.nvm/nvm.sh" ] && echo "$(HOME)/.nvm/nvm.sh" || e .PHONY: bootstrap bootstrap: generate-version-file ## Set up everything to run the app - poetry self update poetry self add poetry-dotenv-plugin poetry lock --no-update poetry install --sync --no-root diff --git a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss index 1eaa0bfb5..afe67dd14 100644 --- a/app/assets/sass/uswds/_uswds-theme-custom-styles.scss +++ b/app/assets/sass/uswds/_uswds-theme-custom-styles.scss @@ -957,6 +957,9 @@ li.linked-card:hover svg, .usa-card__container { align-items: center; text-align: center; + border-radius: 4px; + overflow: hidden; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); img { margin: units(4) auto 0; width: units(15); @@ -965,9 +968,17 @@ li.linked-card:hover svg, .usa-card__body { margin-bottom: units(2); } + .blue-bar { + background-color: #005eb8; + height: 1.3em; + width: 100%; + margin: 0; + border-radius: 0; + } } } + .contact-us-card { border: 2px solid color("ink"); padding: units(2); diff --git a/app/templates/views/about/why-text-messaging.html b/app/templates/views/about/why-text-messaging.html index 2b1982225..c70629e58 100644 --- a/app/templates/views/about/why-text-messaging.html +++ b/app/templates/views/about/why-text-messaging.html @@ -40,7 +40,7 @@
Texting not only helps programs reach people using a nearly-universal communication method, it is a cost effective - way to do so. With Notify.gov you can get started for free, allowing you to try out + way to do so. With Notify.gov you can get started for free, allowing you to try out texting to complement your existing communications and outreach strategies.
Limited data retention, encryption, and multi-factor
- authentication protect user data and manage risk
+ authentication protect user data and manage risk with
our security efforts