Skip to content

Commit

Permalink
2.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielakhanna committed Jan 6, 2025
1 parent 8265a24 commit 77a14b8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 30 deletions.
33 changes: 6 additions & 27 deletions dist/saratoga.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
--premium-serif: "DM Serif Display", serif;
--h1: calc(var(--font-base)*1.55);
--h2: calc(var(--font-base)*1.33);
--h3: calc(var(--font-base)*0.89);
--h4: var(--font-base);
--h3: calc(var(--font-base)*1.11);
--h4: calc(var(--font-base)*0.89);
/* Spacing and alignment */
--space: 20px;
--space-sm: calc(var(--space)/2);
Expand Down Expand Up @@ -170,7 +170,7 @@ summary, .summary {
line-height: 1.5em;
}

.label, .label .h5 {
.label, .label .h3 {
font: bold 20px/1em var(--sans);
text-transform: uppercase;
color: var(--text-color);
Expand Down Expand Up @@ -1538,7 +1538,7 @@ footer {
}
}
.grid .lead-item .kicker {
font-size: 1.11rem;
font-size: var(--h3);
}

.grid .lead-item .summary,
Expand Down Expand Up @@ -2343,11 +2343,11 @@ footer {
}

.related-stories h3 {
font-size: 0.89rem;
font-size: var(--h4);
}

.related-stories h5 {
font-size: 1.11rem;
font-size: var(--h3);
text-transform: uppercase;
margin-top: 0;
margin-bottom: var(--space);
Expand Down Expand Up @@ -3225,17 +3225,6 @@ figure .img-container figcaption,
padding-top: 10px;
}

/* class needs removed in WPS */
.load-more .impact {
color: var(--text-color);
background-color: var(--paper-color);
}

/* class needs removed in WPS */
.digest .label .impact {
--impact-text-color: var(--darkgray);
}

/*
* Fixes related to custom cards
*/
Expand Down Expand Up @@ -3277,16 +3266,6 @@ custom-digest {
color: var(--impact-text-color, var(--white));
}

/*
* Search and Promo buttons
* impact class needs removed in WPS
*/
.search-form button,
.swg-promo .button.impact {
--paper-color: var(--white);
--text-color: var(--black);
}

/*
* Input and submit button nested under impact
* impact class needs removed in WPS
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saratoga-design-system",
"version": "2.5.5",
"version": "2.5.6",
"scripts": {
"build": "npx sass --no-source-map builds:dist",
"version": "npm run build && git add -A dist",
Expand Down

0 comments on commit 77a14b8

Please sign in to comment.