- Changing things back to govukFieldset

- Added the usaAlert component
- Edited styles because stripping out UK styles broke the highlighting section
This commit is contained in:
Jonathan Bobel
2023-09-01 16:34:54 -04:00
parent 5e783318b8
commit d8a6004926
11 changed files with 135 additions and 52 deletions

View File

@@ -1,4 +1,4 @@
{% from "components/components/fieldset/macro.njk" import usaFieldset %}
{% from "components/components/fieldset/macro.njk" import govukFieldset %}
{% from "components/components/error-message/macro.njk" import usaErrorMessage %}
{% macro list_entry(
@@ -14,7 +14,7 @@
{% else %}
{% set attributes = {} %}
{% endif %}
{% call usaFieldset({
{% call govukFieldset({
"legend": {
"text": field.label.text,
"isPageHeading": False