From 98a6303261373c5baf4459bbfc178fa3d50d4598 Mon Sep 17 00:00:00 2001 From: Wes Dean Date: Mon, 5 Aug 2024 12:19:15 -0400 Subject: [PATCH] Add auto-applied fixes --- .mega-linter.yml | 2 ++ SECURITY.md | 2 +- pages/jointts/hiring-process.md | 2 +- styles/tts-custom-styles.scss | 11 +++++++---- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.mega-linter.yml b/.mega-linter.yml index f597109a..f6796f41 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -50,3 +50,5 @@ REPOSITORY_DEVSKIM_ARGUMENTS: "--skip-git-ignored-files" BASH_SHFMT_ARGUMENTS: -i 2 -bn -ci -sr -kp REPOSITORY_TRUFFLEHOG_ARGUMENTS: "--exclude-paths=.trufflehogignore" + +YAML_V8R_FILTER_REGEX_EXCLUDE: ".*_data.*" diff --git a/SECURITY.md b/SECURITY.md index 8e99a1e7..1062d5b0 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -19,7 +19,7 @@ Please consult our policy for: Please note that only certain branches are supported with security updates. | Version (Branch) | Supported | -| ---------------- | ------------------ | +|------------------|--------------------| | main | :white_check_mark: | | other | :x: | diff --git a/pages/jointts/hiring-process.md b/pages/jointts/hiring-process.md index f145daa6..738f1b37 100644 --- a/pages/jointts/hiring-process.md +++ b/pages/jointts/hiring-process.md @@ -33,7 +33,7 @@ averages, and length of process stages can vary based on a number of factors such as the number of applications received. | Process Stage | Average Duration/Days | -| :--------------------------------------------- | :-------------------: | +|:-----------------------------------------------|:---------------------:| | [Application](#application) collection | 12 to 14 | | TTS application review | 10 | | [Interviews](#interviews) | 30 | diff --git a/styles/tts-custom-styles.scss b/styles/tts-custom-styles.scss index aa216e9f..e1824f17 100644 --- a/styles/tts-custom-styles.scss +++ b/styles/tts-custom-styles.scss @@ -4,7 +4,7 @@ // Alternatively, you could create an overrides folder and create individual override files // custom tts color -$tts-tagline-bg: #1F303E; +$tts-tagline-bg: #1F303E;AddanyUSWDSoverrideshereAlternatively,youcouldcreateanoverridesfolderandcreateindividualoverridefilescustomttscolor$tts-tagline-bg // USWDS Hero component .usa-hero--tts { @@ -14,6 +14,7 @@ $tts-tagline-bg: #1F303E; background-position-x: right; background-size: cover; padding: 0; + @include at-media('mobile-lg') { // This shifts the hero over to the right so that most of the background image isn't covered by the tagline. The left side of the hero image will not line up perfectly with the right side of the tagline, since the widths of both elements will vary depending on screen width. A bit of overlap on this edge will prevent empty space between the two. position: absolute; @@ -40,7 +41,7 @@ $tts-tagline-bg: #1F303E; .tts-tagline { @include at-media('mobile-lg') { // Setting a min height so that the hero height doesn't need to rely on tagline length - min-height: 350px; + min-height: 350px;Thisshiftstheheroovertotherightsothatmostofthebackgroundimageisn../_img/TTS_Header_Dev.pngmobile-lgtneedtorelyontaglinelengthmin-height } } @@ -71,6 +72,7 @@ footer { text-decoration: none; } + a:hover { text-decoration: underline; } @@ -82,6 +84,7 @@ footer { .tts-service-logo { height: 50px; + img { object-fit: contain; max-width: 180px; @@ -89,14 +92,14 @@ footer { } .tts-title-banner { - background: url(../_img/Services_Background.png) center no-repeat #000000; + background: url("../_img/Services_Background.png") center no-repeat #000; } .tts-title-banner h1 { text-transform: uppercase; font-size: 3.25rem; - color: #ffffff; + color: #fff; padding: 4.75rem 0; margin: 0; text-align: center;