Skip to content

Commit

Permalink
Add auto-applied fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wesley-dean-gsa committed Aug 5, 2024
1 parent 9c30877 commit 98a6303
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.*"
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: |

Expand Down
2 changes: 1 addition & 1 deletion pages/jointts/hiring-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
11 changes: 7 additions & 4 deletions styles/tts-custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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;
Expand All @@ -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
}
}

Expand Down Expand Up @@ -71,6 +72,7 @@ footer {
text-decoration: none;

}

a:hover {
text-decoration: underline;
}
Expand All @@ -82,21 +84,22 @@ footer {

.tts-service-logo {
height: 50px;

img {
object-fit: contain;
max-width: 180px;
}
}

.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;
Expand Down

0 comments on commit 98a6303

Please sign in to comment.