mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 21:19:42 +02:00
Add comment sections in uswds settings
This commit is contained in:
parent
7ddfaae8c9
commit
4ac1c72758
1 changed files with 17 additions and 2 deletions
|
@ -16,11 +16,26 @@ in the form $setting: value,
|
||||||
@use "cisa_colors" as *;
|
@use "cisa_colors" as *;
|
||||||
|
|
||||||
@use "uswds-core" with (
|
@use "uswds-core" with (
|
||||||
|
|
||||||
|
/*----------------------------
|
||||||
|
# USWDS Compile Settings
|
||||||
|
-----------------------------*/
|
||||||
|
$theme-show-notifications: false,
|
||||||
|
|
||||||
|
|
||||||
|
/*----------------------------
|
||||||
|
# Banner Settings
|
||||||
|
-----------------------------*/
|
||||||
$theme-banner-background-color: "primary-darker",
|
$theme-banner-background-color: "primary-darker",
|
||||||
$theme-banner-link-color: "primary-lighter",
|
$theme-banner-link-color: "primary-lighter",
|
||||||
$theme-show-notifications: false,
|
|
||||||
|
|
||||||
|
/*----------------------------
|
||||||
|
# Hero Image
|
||||||
|
-----------------------------*/
|
||||||
$theme-hero-image: "../img/registrar/dotgov_banner.png",
|
$theme-hero-image: "../img/registrar/dotgov_banner.png",
|
||||||
|
|
||||||
|
|
||||||
/*----------------------------
|
/*----------------------------
|
||||||
# Typography Settings
|
# Typography Settings
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue