2023-04-24 14:57:35 -04:00
|
|
|
/*
|
|
|
|
|
----------------------------------------
|
|
|
|
|
USWDS with settings overrides
|
|
|
|
|
----------------------------------------
|
|
|
|
|
Uncomment the following lines and add a list of changed settings
|
|
|
|
|
in the form $setting: value,
|
|
|
|
|
----------------------------------------
|
|
|
|
|
*/
|
|
|
|
|
|
2023-06-06 15:28:24 -04:00
|
|
|
@use "uswds-core" with (
|
|
|
|
|
$theme-font-type-sans: "public-sans",
|
2024-03-18 12:43:56 -04:00
|
|
|
$theme-show-notifications: false,
|
|
|
|
|
$theme-banner-max-width: "desktop-lg",
|
|
|
|
|
$theme-grid-container-max-width: "desktop-lg",
|
|
|
|
|
$theme-footer-max-width: "desktop-lg",
|
|
|
|
|
$theme-header-max-width: "desktop-lg"
|
2023-06-06 15:28:24 -04:00
|
|
|
);
|