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",
|
2025-10-14 13:20:58 -04:00
|
|
|
$theme-font-path: "../fonts",
|
|
|
|
|
$theme-image-path: "../img",
|
2024-12-13 12:37:11 -05:00
|
|
|
$theme-card-border-radius: 0,
|
|
|
|
|
$theme-card-gap: 4,
|
|
|
|
|
$theme-card-border-width: 2px,
|
|
|
|
|
$theme-card-border-color: "ink",
|
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",
|
2024-08-14 16:11:00 -04:00
|
|
|
$theme-header-max-width: "desktop-lg",
|
|
|
|
|
$theme-identifier-max-width: "desktop-lg"
|
2023-06-06 15:28:24 -04:00
|
|
|
);
|