mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-10 03:14:58 -04:00
19 lines
581 B
SCSS
19 lines
581 B
SCSS
/*
|
|
----------------------------------------
|
|
USWDS with settings overrides
|
|
----------------------------------------
|
|
Uncomment the following lines and add a list of changed settings
|
|
in the form $setting: value,
|
|
----------------------------------------
|
|
*/
|
|
|
|
@use "uswds-core" with (
|
|
$theme-font-type-sans: "public-sans",
|
|
$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",
|
|
$theme-identifier-max-width: "desktop-lg"
|
|
);
|