mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 16:32:15 +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 "uswds-core" with (
|
||||
|
||||
/*----------------------------
|
||||
# USWDS Compile Settings
|
||||
-----------------------------*/
|
||||
$theme-show-notifications: false,
|
||||
|
||||
|
||||
/*----------------------------
|
||||
# Banner Settings
|
||||
-----------------------------*/
|
||||
$theme-banner-background-color: "primary-darker",
|
||||
$theme-banner-link-color: "primary-lighter",
|
||||
$theme-show-notifications: false,
|
||||
|
||||
|
||||
/*----------------------------
|
||||
# Hero Image
|
||||
-----------------------------*/
|
||||
$theme-hero-image: "../img/registrar/dotgov_banner.png",
|
||||
|
||||
|
||||
/*----------------------------
|
||||
# Typography Settings
|
||||
-----------------------------
|
||||
|
@ -47,7 +62,7 @@ in the form $setting: value,
|
|||
## Font weights
|
||||
----------------------------*/
|
||||
$theme-font-weight-semibold: 600,
|
||||
|
||||
|
||||
/*---------------------------
|
||||
## Font roles
|
||||
----------------------------*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue